]> git.openstreetmap.org Git - rails.git/blob - app/views/notifier/note_comment_notification.text.erb
5924c8a9d2036975a35ce07db95439b83f351748
[rails.git] / app / views / notifier / note_comment_notification.text.erb
1 <%= t 'notifier.note_comment_notification.greeting' %>
2
3 <% if @owner %>
4 <%= t "notifier.note_comment_notification.#{@event}.your_note", :commenter => @commenter, :place => @place %>
5 <% else %>
6 <%= t "notifier.note_comment_notification.#{@event}.commented_note", :commenter => @commenter, :place => @place %>
7 <% end %>
8
9 <% unless @comment.empty? %>
10 ==
11 <%= @comment.to_text %>
12 ==
13
14 <% end %>
15 <%= t 'notifier.note_comment_notification.details', :url => @noteurl %>