diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-09-27 09:57:17 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-09-27 09:57:17 +0100 |
commit | 58bfbd1d0d2f6b3f62c019e0be0da63cf0bc1b76 (patch) | |
tree | f84548b0beb8b6d279a7c72d970fb4a2972daa6d | |
parent | 7aa15c000849da97797746509e33ffb8af716828 (diff) | |
parent | 2659ef195d1b718c2a060836e70f217f3be97c68 (diff) |
Merge remote-tracking branch 'henare_github/arguable-formatting' into develop
-rw-r--r-- | app/views/public_body/list.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/public_body/list.rhtml b/app/views/public_body/list.rhtml index 8cb207bd4..2d6f07aea 100644 --- a/app/views/public_body/list.rhtml +++ b/app/views/public_body/list.rhtml @@ -26,7 +26,7 @@ </ul> <% end %> <p> - <%= _('<a href="%s">Are we missing a public authority?</a>.') % [help_requesting_path + '#missing_body'] %> + <%= _('<a href="%s">Are we missing a public authority?</a>') % [help_requesting_path + '#missing_body'] %> </p> <p> <%= link_to _('List of all authorities (CSV)'), all_public_bodies_csv_url() %> |