diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-01-21 15:40:20 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-04-02 18:37:22 +0100 |
commit | d5bd813fbaeb45d64482a4d26679554446ed19a7 (patch) | |
tree | 8871566b1c9d990beedf8056f1735af3ebfaf898 | |
parent | 965422836cbba050eab1682be8de5f83be3676b2 (diff) |
Fix closing bracket position - we only want to translate the text, not pass the url as well.
-rw-r--r-- | app/views/public_body/_list_sidebar_extra.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/public_body/_list_sidebar_extra.rhtml b/app/views/public_body/_list_sidebar_extra.rhtml index 4b3df0606..290593d6a 100644 --- a/app/views/public_body/_list_sidebar_extra.rhtml +++ b/app/views/public_body/_list_sidebar_extra.rhtml @@ -1,5 +1,5 @@ <p> - <%= link_to _('Are we missing a public authority?', help_requesting_path + '#missing_body') %> + <%= link_to _('Are we missing a public authority?'), help_requesting_path + '#missing_body' %> </p> <p> <%= link_to _('List of all authorities (CSV)'), all_public_bodies_csv_path %> |