diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-06-01 11:31:49 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-06-01 11:31:49 +0100 |
commit | 09eca66b823f35085dd5c0b770b6d7150fc880e8 (patch) | |
tree | 760c3c9ce7eb6f67d94be620b5eabd06da1a1eb9 | |
parent | 6acc8c1ff5a5de81a3b92ee17791bd1eb4a37b8a (diff) |
Comment correction
-rw-r--r-- | app/views/general/_orglink.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/general/_orglink.rhtml b/app/views/general/_orglink.rhtml index 7d74dbaac..fbe688d85 100644 --- a/app/views/general/_orglink.rhtml +++ b/app/views/general/_orglink.rhtml @@ -1,2 +1,2 @@ -<%-# Put the link to your organisation here, or leave blank -%> -<%= link_to image_tag('logo.png'), frontpage_url, :id=>'logo' %> +<%# Put the link to your organisation here, or leave blank %> +<%= link_to image_tag('logo.png'), frontpage_url, :id=>'logo' %> |