diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-01-17 09:04:04 +1100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-04-09 18:33:03 +0100 |
commit | 5415e74f2308cae04609c638a5d6fdcd60dccc53 (patch) | |
tree | 87a6124f4fe214a7466a5ade27767ba65c4e04a7 /app | |
parent | ede455842f3744984ae16cba79edd03b67e9fd1c (diff) |
Remove link html from translation message
Diffstat (limited to 'app')
-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 94fbb759c..096282edf 100644 --- a/app/views/public_body/list.rhtml +++ b/app/views/public_body/list.rhtml @@ -43,5 +43,5 @@ <%= render :partial => 'body_listing', :locals => { :public_bodies => @public_bodies } %> <%= will_paginate(@public_bodies) %><br/> - <%= raw _('<a href="%s">Can\'t find the one you want?</a>') % [help_requesting_path + '#missing_body'] %> + <%= link_to _("Can't find the one you want?", help_requesting_path + '#missing_body') %> </div> |