diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-01-17 08:50:08 +1100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-04-09 18:28:46 +0100 |
commit | 4369a320459c00ece0d56dc3e2000e43ac01c8c6 (patch) | |
tree | 386b3390c1ba7ef65e2730b071985afb6c9fd962 /app | |
parent | f64f12368e41925f7e11913ce06e27e7f8ba4118 (diff) |
Remove link html from translation message
Diffstat (limited to 'app')
-rw-r--r-- | app/views/request/_sidebar.rhtml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/request/_sidebar.rhtml b/app/views/request/_sidebar.rhtml index d349bee14..5552d6930 100644 --- a/app/views/request/_sidebar.rhtml +++ b/app/views/request/_sidebar.rhtml @@ -62,7 +62,6 @@ <!-- this link with this wording is here for legal reasons, discuss with board and our lawyer before changing or removing it --> - <p><small><%= raw(_('<a href="%s">Are you the owner of - any commercial copyright on this page?</a>') % [help_officers_path+"#copyright"]) %></small></p> + <p><small><%= link_to _('Are you the owner of any commercial copyright on this page?'), help_officers_path+"#copyright" %></small></p> </div> |