X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0c79686f3cef86330d0ab6bbef2a9e2275ac93ac..18c70fa2ded1fbad78d108794800be0309bbf499:/app/views/browse/note.html.erb?ds=sidebyside diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index c7989d789..97787b178 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -1,38 +1,43 @@ <% set_title(t(".title", :id => @note.id)) %> -
<%= t "javascripts.notes.show.anonymous_warning" %>
+<%= t "javascripts.notes.show.anonymous_warning" %>
<% end -%> <% if current_user && current_user != @note.author %> -<%= report_link(t(".report"), @note) %>
+<%= report_link(t(".report"), @note) %>
<% end %> <% if @note_comments.length > 1 %>
- <% @note_comments[1..-1].each do |comment| %> +
+ <% if current_user -%> + + <% end -%> <% else %>+ <% @note_comments.drop(1).each do |comment| %>-
- <%= note_event(comment.event, comment.created_at, comment.author) %>
+ <%= note_event(comment.event, comment.created_at, comment.author) %>
<%= comment.body.to_html %>
<% end %>
@@ -41,27 +46,29 @@
<% end %>
<% if @note.status == "open" %>
-