]> git.openstreetmap.org Git - rails.git/commitdiff
Add a few missing raw markers
authorTom Hughes <tom@compton.nu>
Tue, 15 Nov 2011 09:20:04 +0000 (09:20 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 15 Nov 2011 09:20:04 +0000 (09:20 +0000)
app/views/diary_entry/view.html.erb

index f0360d2233ad3851feddc43c433096b209743331..7073aa7405d3a84aa87898faf7c658be88881deb 100644 (file)
@@ -22,5 +22,5 @@
 <% end %>
 
 <%= if_not_logged_in(:div) do %>
 <% end %>
 
 <%= if_not_logged_in(:div) do %>
-  <h4 id="newcomment"><%= t("diary_entry.view.login_to_leave_a_comment", :login_link => link_to(t("diary_entry.view.login"), :controller => 'user', :action => 'login', :referer => request.fullpath)) %></h4>
+  <h4 id="newcomment"><%= raw t("diary_entry.view.login_to_leave_a_comment", :login_link => link_to(t("diary_entry.view.login"), :controller => 'user', :action => 'login', :referer => request.fullpath)) %></h4>
 <% end %>
 <% end %>