diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-10-12 16:13:32 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-10-12 16:21:29 +0100 |
commit | 35d1318c626996251ae54b9643ba73ef30cc9dc9 (patch) | |
tree | 065064d9bb50a2b880abe9e0cb6dd11a53cf0bd5 /lib/views/general/_orglink.rhtml | |
parent | 61b89b2724c0e338bb1037198aed813a635b3ebe (diff) |
Implement new-style Alaveteli theme (CSS is in a CSS file, plain gray styles in updated base design overridden by purple stuff here)
Diffstat (limited to 'lib/views/general/_orglink.rhtml')
-rw-r--r-- | lib/views/general/_orglink.rhtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/views/general/_orglink.rhtml b/lib/views/general/_orglink.rhtml new file mode 100644 index 0000000..9535a79 --- /dev/null +++ b/lib/views/general/_orglink.rhtml @@ -0,0 +1 @@ +<%= link_to image_tag('/alavetelitheme/images/logo.png'), frontpage_url, :id=>'logo' %> |