]> git.openstreetmap.org Git - rails.git/blob - app/views/user_mailer/note_comment_notification.html.erb
Merge remote-tracking branch 'upstream/pull/6913'
[rails.git] / app / views / user_mailer / note_comment_notification.html.erb
1 <p><%= t ".greeting" %></p>
2
3 <p><%= t ".#{@event}.#{@owner ? 'your' : 'commented'}_note_html", :commenter => link_to_user(@commenter), :place => @place %></p>
4
5 <% unless @comment.empty? %>
6   <%= message_body do %>
7     <%= @comment.to_html %>
8   <% end %>
9 <% end %>
10
11 <p><%= t ".details_html", :url => link_to(@noteurl, @noteurl) %></p>