]> git.openstreetmap.org Git - rails.git/blob - app/views/notifier/changeset_comment_notification.text.erb
Merge remote-tracking branch 'openstreetmap/pull/1208'
[rails.git] / app / views / notifier / changeset_comment_notification.text.erb
1 <%= t 'notifier.changeset_comment_notification.greeting' %>
2
3 <% if @owner %>
4   <%= t "notifier.changeset_comment_notification.commented.your_changeset", :commenter => @commenter, :time => @time %>
5 <% else %>
6   <%= t "notifier.changeset_comment_notification.commented.commented_changeset", :commenter => @commenter, :time => @time, :changeset_author => @changeset_author %>
7 <% end %>
8 <% if @changeset_comment %>
9   <%= t "notifier.changeset_comment_notification.commented.partial_changeset_with_comment", :changeset_comment => @changeset_comment %>
10 <% else %>
11   <%= t "notifier.changeset_comment_notification.commented.partial_changeset_without_comment" %>
12 <% end %>
13
14 ==
15 <%= @comment.to_text %>
16 ==
17
18 <%= t 'notifier.changeset_comment_notification.details', :url => @changeset_url %>