1 <%= t '.hi', :to_user => @to_user %>
 
   4 <%= t ".commented.your_changeset", :commenter => @commenter, :time => @time %>
 
   6 <%= t ".commented.commented_changeset", :commenter => @commenter, :time => @time, :changeset_author => @changeset_author %>
 
   8 <% if @changeset_comment %>
 
   9 <%= t ".commented.partial_changeset_with_comment", :changeset_comment => @changeset_comment %>
 
  11 <%= t ".commented.partial_changeset_without_comment" %>
 
  15 <%= @comment.to_text %>
 
  18 <%= t '.details', :url => @changeset_url %>
 
  20 <%= t '.unsubscribe', :url => @unsubscribe_url %>