1 <% content_for :body do %>
3 <%= t'notifier.changeset_comment_notification.hi', :to_user => @to_user %>
8 <%= raw t "notifier.changeset_comment_notification.commented.your_changeset", :commenter => link_to_user(@commenter), :time => @time %>
10 <%= raw t "notifier.changeset_comment_notification.commented.commented_changeset", :commenter => link_to_user(@commenter), :time => @time, :changeset_author => @changeset_author %>
12 <% if @changeset_comment %>
13 <%= raw t "notifier.changeset_comment_notification.commented.partial_changeset_with_comment", :changeset_comment => content_tag("em", @changeset_comment) %>
15 <%= t "notifier.changeset_comment_notification.commented.partial_changeset_without_comment" %>
19 <%= render "notifier/user_message_table", :captured => capture { %>
20 <%= @comment.to_html %>
24 <%= raw t 'notifier.changeset_comment_notification.details', :url => content_tag("nobr", link_to(@changeset_url, @changeset_url)) %>
28 <% content_for :footer do %>
30 <%= raw t 'notifier.changeset_comment_notification.unsubscribe', :url => content_tag("nobr", link_to(@changeset_url, @changeset_url, :style => "color: #222")) %>