X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/76bc5eba0617e36ebb853d24212543d0e1d4904d..9508368d37fe6e9d54a2d51ed8d886261ec4a9e9:/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 %>