X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4d91fe3dd95c1058cb8d24fd4c900223e30b9059..5da273027f53cf4413aa385ea41ffacee5acf039:/app/views/browse/note.html.erb diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index 59c96c4aa..fa6f75ff9 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)) %>

- <%= image_tag "#{@note.status}_note_marker.png", :alt => @note.status %> + <%= t "browse.note.#{@note.status}_title", :note_name => @note.id %>

-<%= render :partial => "map", :object => @note %> +
+

<%= t('browse.note.description') %>

+
+ <%= h(@note.comments.first.body.to_html) %> +
- +
+ <%= note_event('open', @note.created_at, @note.author) %> + <% if @note.status == "closed" %> +
+ <%= note_event(@note.status, @note.closed_at, @note.comments.last.author) %> + <% end %> +
- - - - - - <% if @note.status == "closed" %> - - - - - <% elsif @note.comments.length > 1 %> - - - - - <% end %> - - - - - - - - - - + <% if @note.comments.find { |comment| comment.author.nil? } -%> +

<%= t "javascripts.notes.show.anonymous_warning" %>

+ <% end -%> <% if @note.comments.length > 1 %> - - - - +
+ +
<% end %> -
<%= 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| %> - - - - <% end %> -
- <%= h(comment.body) %> -
- <%= t "browse.note.at_by", :when => friendly_date(comment.created_at), :user => note_author(comment) %> -
-
+ <% if @note.status == "open" %> +
+ +
+ + + +
+
+ <% else %> +
+ +
+ + +
+
+ <% end %> +