X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/607d23f6d63415b9eb653eb6a7eb2b1aa45300e9..c4090bb150e0eb866151ba0477e50b0421d60527:/app/views/browse/_node_details.html.erb diff --git a/app/views/browse/_node_details.html.erb b/app/views/browse/_node_details.html.erb index 50188c934..2300e75cc 100644 --- a/app/views/browse/_node_details.html.erb +++ b/app/views/browse/_node_details.html.erb @@ -1,24 +1,21 @@ - +
+ <% if node_details.redacted? %> + <%= t 'browse.redacted.message_html', + :type => t('browse.redacted.type.node'), + :version => node_details.version, + :redaction_link => link_to(t('browse.redacted.redaction', + :id => node_details.redaction.id), node_details.redaction) %> + <% else %> + <%= render :partial => "common_details", :object => node_details %> - <%= render :partial => "common_details", :object => node_details %> - -
- - - - - <% unless node_details.ways.empty? and node_details.containing_relation_members.empty? %> - - - - + <% unless node_details.ways.empty? and node_details.containing_relation_members.empty? %> +

<%= t 'browse.node_details.part_of' %>

+ + <% end %> <% end %> - -
<%= t 'browse.node_details.coordinates' %>
<%= link_to(content_tag(:span, number_with_delimiter(node_details.lat), :class => "latitude") + ", " + content_tag(:span, number_with_delimiter(node_details.lon), :class => "longitude"), {:controller => 'site', :action => 'index', :lat => h(node_details.lat), :lon => h(node_details.lon), :zoom => "18"}) %>
<%= t 'browse.node_details.part_of' %> - - <% node_details.ways.each do |way| %> - - <% end %> - <%= render :partial => "containing_relation", :collection => node_details.containing_relation_members %> -
<%= link_to h(printable_name(way)), { :action => "way", :id => way.id.to_s }, :class => link_class('way', way), :title => link_title(way) %>
-
+