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