]> git.openstreetmap.org Git - rails.git/blob - app/views/notifier/note_comment_notification.html.erb
Merge branch 'master' into openstreetbugs
[rails.git] / app / views / notifier / note_comment_notification.html.erb
1 <%= t 'notifier.note_plain.greeting' %>
2
3 <% if @owner %>
4 <%= t 'notifier.note_plain.your_note', :commenter => @commenter, :place => @place %>
5 <% else %>
6 <%= t 'notifier.note_plain.commented_note', :commenter => @commenter, :place => @place %>
7 <% end %>
8
9 ==
10 <%= @comment %>
11 ==
12
13 <%= t 'notifier.note_plain.details', :URL => @noteurl %>
14
15