2   <%= t ".hi", :to_user => @to_user %>
 
   6     <%= t ".commented.your_changeset_html", :commenter => link_to_user(@commenter), :time => @time %>
 
   8     <%= t ".commented.commented_changeset_html", :commenter => link_to_user(@commenter), :time => @time, :changeset_author => @changeset_author %>
 
  10   <% if @changeset_comment %>
 
  11     <%= t ".commented.partial_changeset_with_comment_html", :changeset_comment => tag.em(@changeset_comment) %>
 
  13     <%= t ".commented.partial_changeset_without_comment" %>
 
  17 <%= message_body do %>
 
  18   <%= @comment.to_html %>
 
  22   <%= t ".details_html", :url => link_to(@changeset_url, @changeset_url) %>
 
  25 <% content_for :footer do %>
 
  27     <%= t ".unsubscribe_html", :url => link_to(@changeset_subscription_url, @changeset_subscription_url) %>