X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/96f426a2eaa6009496b0f51934a497b3c970db97..523d36bbaa754b9ac4fbb2cb584072c01a742771:/app/views/user_mailer/changeset_comment_notification.html.erb diff --git a/app/views/user_mailer/changeset_comment_notification.html.erb b/app/views/user_mailer/changeset_comment_notification.html.erb index 85cd87e5e..efba71eb6 100644 --- a/app/views/user_mailer/changeset_comment_notification.html.erb +++ b/app/views/user_mailer/changeset_comment_notification.html.erb @@ -3,12 +3,12 @@
<% if @owner %> - <%= raw t ".commented.your_changeset", :commenter => link_to_user(@commenter), :time => @time %> + <%= t ".commented.your_changeset_html", :commenter => link_to_user(@commenter), :time => @time %> <% else %> - <%= raw t ".commented.commented_changeset", :commenter => link_to_user(@commenter), :time => @time, :changeset_author => @changeset_author %> + <%= t ".commented.commented_changeset_html", :commenter => link_to_user(@commenter), :time => @time, :changeset_author => @changeset_author %> <% end %> <% if @changeset_comment %> - <%= raw t ".commented.partial_changeset_with_comment", :changeset_comment => tag.em(@changeset_comment) %> + <%= t ".commented.partial_changeset_with_comment_html", :changeset_comment => tag.em(@changeset_comment) %> <% else %> <%= t ".commented.partial_changeset_without_comment" %> <% end %> @@ -19,11 +19,11 @@ <% end %>
- <%= raw t ".details", :url => link_to(@changeset_url, @changeset_url) %> + <%= t ".details_html", :url => link_to(@changeset_url, @changeset_url) %>
<% content_for :footer do %>- <%= raw t ".unsubscribe", :url => link_to(@changeset_url, @changeset_url, :style => "color: #222") %> + <%= t ".unsubscribe_html", :url => link_to(@unsubscribe_url, @unsubscribe_url) %>
<% end %>