1 <p><%= t 'notifier.changeset_comment_notification.greeting' %></p>
5 <%= t "notifier.changeset_comment_notification.commented.your_changeset", :commenter => @commenter, :time => @time %>
7 <%= t "notifier.changeset_comment_notification.commented.commented_changeset", :commenter => @commenter, :time => @time, :changeset_author => @changeset_author %>
9 <% if @changeset_comment %>
10 <%= t "notifier.changeset_comment_notification.commented.partial_changeset_with_comment", :changeset_comment => @changeset_comment %>
12 <%= t "notifier.changeset_comment_notification.commented.partial_changeset_without_comment" %>
17 <%= @comment.to_html %>
20 <p><%= raw t 'notifier.changeset_comment_notification.details', :url => link_to(@changeset_url, @changeset_url) %></p>