1 <%= t 'notifier.note_comment_notification.greeting' %>
4 <%= t "notifier.note_comment_notification.#{@event}.your_note", :commenter => @commenter, :place => @place %>
6 <%= t "notifier.note_comment_notification.#{@event}.commented_note", :commenter => @commenter, :place => @place %>
10 <%= @comment.to_text %>
13 <%= t 'notifier.note_comment_notification.details', :url => @noteurl %>