X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7bfcadd385c53a78881daa57bda45806cda4668e..9f3dace353d08417d23624781f059bd61dd56c52:/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 7f584c9b3..60f6c01fa 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'), :redaction_link => link_to(t('browse.redacted.redaction', :id => node_details.redaction.id), node_details.redaction), :version => node_details.version %> +
+<% else %> <%= render :partial => "common_details", :object => node_details %> -
- - - - <% unless node_details.ways.empty? and node_details.containing_relation_members.empty? %> - - - - + + <% end %> - -
<%= t 'browse.node_details.coordinates' %>
<%= link_to ("#{number_with_delimiter(node_details.lat)}, #{number_with_delimiter(node_details.lon)}"), {:controller => 'site', :action => 'index', :lat => h(node_details.lat), :lon => h(node_details.lon), :zoom => "18"} %>
<%= t 'browse.node_details.part_of' %> - +
+

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

+
    <% node_details.ways.each do |way| %> -
+
  • <%= link_to h(printable_name(way)), { :action => "way", :id => way.id.to_s }, :class => link_class('way', way), :title => link_title(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) %>
    -
    +<% end %> +