X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7c98b41cc89068d049a18f8738276f19cd47095e..d414ffc61a0f6505f1d06e89e8668fa5b49d607e:/app/views/browse/note.html.erb diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index 5c42fddd6..8ccd525a3 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -1,83 +1,58 @@ -
- - <% if @note.status == "closed" %> - <%= image_tag("closed_note_marker.png", :alt => 'closed') %> - <%= t 'browse.note.closed_title', :note_name => @note.id %> - <% else %> - <%= image_tag("open_note_marker.png", :alt => 'open') %> - <%= t 'browse.note.open_title', :note_name => @note.id %> - <% end %> -- |
- - <%= render :partial => "navigation" %> - | -||||||||||||||||||
-
<%= t "browse.note.#{@note.status}_title", :note_name => @note.id %>+ + <% if @note.comments.find { |comment| comment.author.nil? } -%> +
+
+ <% end -%>
+
+ <%= t "javascripts.notes.show.anonymous_warning" %> +
+
+
- <%= t "browse.note.opened" %>+<%= note_event(@note.created_at, @note.author) %> ++ <% if @note.status == "closed" %> +
+
+ <% elsif @note.comments.length > 1 %>
+ <%= t "browse.note.closed" %>+<%= note_event(@note.closed_at, @note.comments.last.author) %> +
+
+ <% end %>
+
+ <%= t "browse.note.last_modified" %>+<%= note_event(@note.updated_at, @note.comments.last.author) %> +
+
- <% if @note.comments.length > 1 %>
- <%= t "browse.note.description" %>+<%= h(@note.comments.first.body.to_html) %> +
- |
+
+
+ <% end %>
+<% end %>
- <%= render :partial => "map", :object => @note %>
-