1 <p><%= t ".greeting" %></p>
3 <p><%= t ".#{@event}.#{@owner ? 'your' : 'commented'}_note_html", :commenter => link_to_user(@commenter), :place => @place %></p>
5 <% unless @comment.empty? %>
7 <%= @comment.to_html %>
11 <p><%= t ".details_html", :url => link_to(@noteurl, @noteurl) %></p>