diff options
author | utvk <utvk@users.noreply.github.com> | 2015-12-26 23:36:49 +0100 |
---|---|---|
committer | utvk <utvk@users.noreply.github.com> | 2015-12-27 00:07:26 +0100 |
commit | f8ca87568f2040cd81c16e5db70bfd8cd6cbb247 (patch) | |
tree | d4f1d28cfe615aaaf2e7083b69a8ad6d26673625 /lib/views/general/_orglink.html.erb | |
parent | a0463dac75d1f72a5360bc4e59da30b86001a26d (diff) |
Adjustments after update to responsive theme
Diffstat (limited to 'lib/views/general/_orglink.html.erb')
-rw-r--r-- | lib/views/general/_orglink.html.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/views/general/_orglink.html.erb b/lib/views/general/_orglink.html.erb index b22d123..66002c0 100644 --- a/lib/views/general/_orglink.html.erb +++ b/lib/views/general/_orglink.html.erb @@ -1 +1,2 @@ -<%= link_to image_tag('old-logo.png', :alt => 'Alaveteli logo'), frontpage_url, :id=>'logo' %> +<%# Put the link to your organisation here, or leave blank %> +<%= link_to image_tag('logo.png'), frontpage_path, :id=>'logo' %> |