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:13:32 +0100 |
commit | 7e3123d22bb41ec937478a5d5394b684feac0fd5 (patch) | |
tree | e3ea93459179de55e21d1f5643c8d2b1dc3bd74b /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' %> |