openstreetmap-website/app/views/notifier/note_comment_notification.text.erb
2018-04-25 14:10:59 +08:00

15 lines
325 B
Text

<%= t '.greeting' %>
<% if @owner %>
<%= t ".#{@event}.your_note", :commenter => @commenter, :place => @place %>
<% else %>
<%= t ".#{@event}.commented_note", :commenter => @commenter, :place => @place %>
<% end %>
<% unless @comment.empty? %>
==
<%= @comment.to_text %>
==
<% end %>
<%= t '.details', :url => @noteurl %>