X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c94213847b8e5b71864b34748ba9fadaefbfddfe..713de1fadbfa155d477df6c9fb2977fb8689d3c2:/app/views/notifier/changeset_comment_notification.html.erb diff --git a/app/views/notifier/changeset_comment_notification.html.erb b/app/views/notifier/changeset_comment_notification.html.erb index 0d97b402a..80f9d8aa1 100644 --- a/app/views/notifier/changeset_comment_notification.html.erb +++ b/app/views/notifier/changeset_comment_notification.html.erb @@ -1,7 +1,6 @@ -

- <%= t'notifier.changeset_comment_notification.hi', :to_user => @to_user %> +

+ <%= t 'notifier.changeset_comment_notification.hi', :to_user => @to_user %>

-

<% if @owner %> <%= raw t "notifier.changeset_comment_notification.commented.your_changeset", :commenter => link_to_user(@commenter), :time => @time %> @@ -15,16 +14,16 @@ <% end %>

-<%= render "notifier/user_message_table", :captured => capture { %> +<%= message_body do %> <%= @comment.to_html %> -<% } %> +<% end %>

- <%= raw t 'notifier.changeset_comment_notification.details', :url => content_tag("nobr", link_to(@changeset_url, @changeset_url)) %> + <%= raw t 'notifier.changeset_comment_notification.details', :url => link_to(@changeset_url, @changeset_url) %>

<% content_for :footer do %>

- <%= raw t 'notifier.changeset_comment_notification.unsubscribe', :url => content_tag("nobr", link_to(@changeset_url, @changeset_url, :style => "color: #222")) %> + <%= raw t 'notifier.changeset_comment_notification.unsubscribe', :url => link_to(@changeset_url, @changeset_url, :style => "color: #222") %>

<% end %>