]> git.openstreetmap.org Git - rails.git/blob - app/views/notifier/note_comment_notification.text.erb
Temporary fix to avoid showing emails
[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 ==
10 <%= @comment.to_text %>
11 ==
12
13 <%= t 'notifier.note_comment_notification.details', :url => @noteurl %>