X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4cc2b63d5c38158e6beb114147be723425ec412e..1cded7d151f6af733c3760815a00b0a259d9ba17:/app/views/browse/note.html.erb diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index 8ccd525a3..2d2560ef2 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -1,58 +1,50 @@ -<% content_for :head do %> - <%= stylesheet_link_tag 'browse' %> -<% end %> - -<% content_for :sidebar do %> -
<%= t "javascripts.notes.show.anonymous_warning" %>
+<%= t "javascripts.notes.show.anonymous_warning" %>
+<%= note_event(@note.created_at, @note.author) %>
<%= note_event(@note.created_at, @note.author) %>
+<%= note_event(@note.closed_at, @note.comments.last.author) %>
<%= note_event(@note.closed_at, @note.comments.last.author) %>
-<%= note_event(@note.updated_at, @note.comments.last.author) %>
-<%= h(@note.comments.first.body.to_html) %>
-<%= link_to ("#{number_with_delimiter(@note.lat)}, #{number_with_delimiter(@note.lon)}".html_safe), {:controller => 'site', :action => 'index', :lat => h(@note.lat), :lon => h(@note.lon), :zoom => "18"} %>
+<%= note_event(@note.updated_at, @note.comments.last.author) %>
<%= h(@note.comments.first.body.to_html) %>
<%= link_to ("#{number_with_delimiter(@note.lat)}, #{number_with_delimiter(@note.lon)}".html_safe), {:controller => 'site', :action => 'index', :lat => h(@note.lat), :lon => h(@note.lon), :zoom => "18"} %>
+