openstreetmap-website/app/views/notifier/note_comment_notification.html.erb
2012-10-14 16:01:34 +01:00

13 lines
453 B
Text

<p><%= t 'notifier.note_comment_notification.greeting' %></p>
<% if @owner %>
<p><%= t 'notifier.note_comment_notification.your_note', :commenter => @commenter, :place => @place %></p>
<% else %>
<p><%= t 'notifier.note_comment_notification.commented_note', :commenter => @commenter, :place => @place %></p>
<% end %>
==
<%= @comment.to_html %>
==
<p><%= raw t 'notifier.note_comment_notification.details', :url => link_to(@noteurl, @noteurl) %></p>