2 <%= t'notifier.changeset_comment_notification.hi', :to_user => @to_user %>
7 <%= raw t "notifier.changeset_comment_notification.commented.your_changeset", :commenter => link_to_user(@commenter), :time => @time %>
9 <%= raw t "notifier.changeset_comment_notification.commented.commented_changeset", :commenter => link_to_user(@commenter), :time => @time, :changeset_author => @changeset_author %>
11 <% if @changeset_comment %>
12 <%= raw t "notifier.changeset_comment_notification.commented.partial_changeset_with_comment", :changeset_comment => content_tag("em", @changeset_comment) %>
14 <%= t "notifier.changeset_comment_notification.commented.partial_changeset_without_comment" %>
18 <%= render "notifier/user_message_table", :captured => capture { %>
19 <%= @comment.to_html %>
23 <%= raw t 'notifier.changeset_comment_notification.details', :url => content_tag("nobr", link_to(@changeset_url, @changeset_url)) %>
26 <% content_for :footer do %>
28 <%= raw t 'notifier.changeset_comment_notification.unsubscribe', :url => content_tag("nobr", link_to(@changeset_url, @changeset_url, :style => "color: #222")) %>