<% end -%>
<% if current_user && current_user != @note.author %>
- <p class="text-muted"><%= report_link(t(".report"), @note) %></p>
+ <p class="text-muted"><%= t "javascripts.notes.show.report_link_html", :link => report_link(t(".report"), @note) %></p>
<% end %>
<% if @note_comments.length > 1 %>