X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/76bc5eba0617e36ebb853d24212543d0e1d4904d..3af16f6337b52546297e7e09a1aba9b0e1df7e15:/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 04bafb0d4..3ecf3fdea 100644 --- a/app/views/notifier/changeset_comment_notification.html.erb +++ b/app/views/notifier/changeset_comment_notification.html.erb @@ -1,5 +1,5 @@

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

<% if @owner %> @@ -19,11 +19,11 @@ <% end %>

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

<% content_for :footer do %>

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

<% end %>