X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5bed2178231b783176551d21734d23b7a32f0d16..d3d03a31776ed25d2fa38d069e72bd99c0914ed1:/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 %>