]> git.openstreetmap.org Git - rails.git/blob - app/views/notifier/changeset_comment_notification.html.erb
2a07032c3fb4e61f65c8c0f90bdd4d2bfe64ef50
[rails.git] / app / views / notifier / changeset_comment_notification.html.erb
1 <p><%= t 'notifier.changeset_comment_notification.greeting' %></p>
2
3
4 <p>
5   <% if @owner %>
6     <%= t "notifier.changeset_comment_notification.commented.your_changeset", :commenter => @commenter, :time => @time %>
7   <% else %>
8     <%= t "notifier.changeset_comment_notification.commented.commented_changeset", :commenter => @commenter, :time => @time, :changeset_author => @changeset_author %>
9   <% end %>
10   <% if @changeset_comment %>
11     <%= t "notifier.changeset_comment_notification.commented.partial_changeset_with_comment", :changeset_comment => @changeset_comment %>
12   <% else %>
13     <%= t "notifier.changeset_comment_notification.commented.partial_changeset_without_comment" %>
14   <% end %>
15 </p>
16
17
18 ==
19 <%= @comment.to_html %>
20 ==
21
22 <p><%= raw t 'notifier.changeset_comment_notification.details', :url => link_to(@changeset_url, @changeset_url) %></p>