X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7eae946b9ab6ca317373d70f088498720002f2b8..79f07963255c6b83b45f1fb855852a9ac2abcfd8:/app/views/browse/note.html.erb diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index 0706dbb46..fb186e55e 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -43,7 +43,7 @@ <% if @note.status == "open" %> <% if current_user -%> -
+
@@ -57,7 +57,7 @@
<% end -%> <% else %> -
+
<% if current_user and current_user.moderator? -%> @@ -71,6 +71,6 @@ <% end %> <% if current_user && current_user != @note.author %> -

<%= t "javascripts.notes.show.report_link_html", :link => report_link(t(".report"), @note) %>

+

<%= t "javascripts.notes.show.report_link_html", :link => report_link(t(".report"), @note) %>

<% end %>