X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/934d81aa551c791e0200f3be06b1e97de23c008e..e24b6245477ee6c5fd0b091922a4783a2736a07b:/app/views/browse/note.html.erb diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index af859651e..fb186e55e 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -28,10 +28,6 @@
<%= 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 %>
@@ -47,7 +43,7 @@ <% if @note.status == "open" %> <% if current_user -%> -
<% end -%> <% else %> - <% end %> + + <% if current_user && current_user != @note.author %> +<%= t "javascripts.notes.show.report_link_html", :link => report_link(t(".report"), @note) %>
+ <% end %>