aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-01-21 15:40:20 +0000
committerLouise Crow <louise.crow@gmail.com>2013-04-02 18:37:22 +0100
commitd5bd813fbaeb45d64482a4d26679554446ed19a7 (patch)
tree8871566b1c9d990beedf8056f1735af3ebfaf898
parent965422836cbba050eab1682be8de5f83be3676b2 (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.rhtml2
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 %>