]> git.openstreetmap.org Git - rails.git/blob - app/views/notifier/note_comment_notification.html.erb
Remove deprecated assert_blank and assert_present from tests
[rails.git] / app / views / notifier / note_comment_notification.html.erb
1 <p><%= t 'notifier.note_comment_notification.greeting' %></p>
2
3 <% if @owner %>
4 <p><%= t "notifier.note_comment_notification.#{@event}.your_note", :commenter => @commenter, :place => @place %></p>
5 <% else %>
6 <p><%= t "notifier.note_comment_notification.#{@event}.commented_note", :commenter => @commenter, :place => @place %></p>
7 <% end %>
8
9 ==
10 <%= @comment.to_html %>
11 ==
12
13 <p><%= raw t 'notifier.note_comment_notification.details', :url => link_to(@noteurl, @noteurl) %></p>