X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e0b175d3bd3ef655a20273dc2b7f04a8a34bb5f6..633445b8173092fb9cbeef15122c88d0ba99ce9b:/app/views/browse/_way.html.erb diff --git a/app/views/browse/_way.html.erb b/app/views/browse/_way.html.erb index 4f331b5e9..2788fdea9 100644 --- a/app/views/browse/_way.html.erb +++ b/app/views/browse/_way.html.erb @@ -1,9 +1,9 @@ <% if way.redacted? %>
- <%= t 'browse.redacted.message_html', - :type => t('browse.redacted.type.way'), + <%= t "browse.redacted.message_html", + :type => t("browse.redacted.type.way"), :version => way.version, - :redaction_link => link_to(t('browse.redacted.redaction', + :redaction_link => link_to(t("browse.redacted.redaction", :id => way.redaction.id), way.redaction) %>
<% else %> @@ -11,25 +11,31 @@ <%= render :partial => "common_details", :object => way %> <% unless way.containing_relation_members.empty? %> -

<%= t'browse.part_of' %>

- +

<%= t "browse.part_of" %>

+
> + <%= t 'browse.part_of_relations', :count => way.containing_relation_members.count %> + +
<% end %> <% unless way.way_nodes.empty? %> -

<%= t '.nodes' %>

- +

<%= t ".nodes" %>

+
> + <%= t '.nodes_count', :count => way.way_nodes.count %> + +
<% end %> <% end %>