openstreetmap-website/app/views/notifier/bug_comment_notification.html.erb

15 lines
345 B
Text

<%= t 'notifier.map_bug_plain.greeting' %>
<% if @owner %>
<%= t 'notifier.map_bug_plain.your_bug', :commenter => @commenter, :place => @place %>
<% else %>
<%= t 'notifier.map_bug_plain.commented_bug', :commenter => @commenter, :place => @place %>
<% end %>
==
<%= @comment %>
==
<%= t 'notifier.map_bug_plain.details', :URL => @bugurl %>