X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ac0603d055759a1448a05607e12006c69a39e0d3..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 7bbd750c9..2300e75cc 100644 --- a/app/views/browse/_node_details.html.erb +++ b/app/views/browse/_node_details.html.erb @@ -1,28 +1,21 @@ -<% if node_details.redacted? %> -

<%= raw t 'browse.redacted.message', :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 %> - +
+ <% 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) %>
-
-<% end %> +