X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/424b6ef1cf760c4a3e27ac1e6f612ae42a9cd493..efd50cd529990069dc1ca95f66ec6f61471fe29d:/app/views/browse/note.html.erb diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index 075ac6462..a677a7c14 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -1,12 +1,12 @@ -<% set_title(t('browse.note.title', :id => @note.id)) %> +<% set_title(t('.title', :id => @note.id)) %>
<%= t "javascripts.notes.show.anonymous_warning" %>
<% end -%> + <% if current_user && current_user != @note.author %> +<%= report_link(t(".report"), @note) %>
+ <% end %> + <% if @note_comments.length > 1 %>
@@ -43,10 +42,14 @@ <% if @note.status == "open" %>
@@ -54,8 +57,12 @@ <% end %>