X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/52e5fa6ad78f375cec5a207a123a4aa3939c8ddf..965f32d545d7c44ad7b36264b818b930a50d8901:/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 59c96c4aa..1bacd27d6 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -1,58 +1,57 @@ -<%= render :partial => "navigation" %> +<% set_title(t('browse.note.title', :id => @note.id)) %>
<%= t "browse.note.opened" %> | -<%= t "browse.note.at_by", :when => friendly_date(@note.created_at), :user => note_author(@note) %> | -|
---|---|---|
<%= t "browse.note.closed" %> | -<%= t "browse.note.at_by", :when => friendly_date(@note.closed_at), :user => note_author(@note.comments.last) %> | -|
<%= t "browse.note.last_modified" %> | -<%= t "browse.note.at_by", :when => friendly_date(@note.updated_at), :user => note_author(@note.comments.last) %> | -|
<%= t "browse.note.description" %> | -<%= h(@note.comments.first.body) %> | -|
<%= t "browse.node_details.coordinates" %> | -<%= link_to ("#{number_with_delimiter(@note.lat)}, #{number_with_delimiter(@note.lon)}"), {:controller => 'site', :action => 'index', :lat => h(@note.lat), :lon => h(@note.lon), :zoom => "18"} %> |
- |
<%= t "browse.note.comments" %> | -
-
|
-
+ <% @note_comments[1..-1].each do |comment| %> +-
+ <%= note_event(comment.event, comment.created_at, comment.author) %>
+ <%= comment.body.to_html %>
+
+ <% end %>
+
+