1 <p><%= t 'notifier.note_comment_notification.greeting' %></p>
 
   4 <p><%= t "notifier.note_comment_notification.#{@event}.your_note", :commenter => @commenter, :place => @place %></p>
 
   6 <p><%= t "notifier.note_comment_notification.#{@event}.commented_note", :commenter => @commenter, :place => @place %></p>
 
  10 <%= @comment.to_html %>
 
  13 <p><%= raw t 'notifier.note_comment_notification.details', :url => link_to(@noteurl, @noteurl) %></p>