X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/633445b8173092fb9cbeef15122c88d0ba99ce9b..bd1420a7c51b7d1c3a64bc02756393c7ad2025f5:/app/views/browse/_way.html.erb diff --git a/app/views/browse/_way.html.erb b/app/views/browse/_way.html.erb index 2788fdea9..d99919e64 100644 --- a/app/views/browse/_way.html.erb +++ b/app/views/browse/_way.html.erb @@ -1,5 +1,5 @@ <% if way.redacted? %> -
+
<%= t "browse.redacted.message_html", :type => t("browse.redacted.type.way"), :version => way.version, @@ -7,13 +7,13 @@ :id => way.redaction.id), way.redaction) %>
<% else %> -
+
<%= render :partial => "common_details", :object => way %> <% unless way.containing_relation_members.empty? %>

<%= t "browse.part_of" %>

-
> - <%= t 'browse.part_of_relations', :count => way.containing_relation_members.count %> +
> + <%= t "browse.part_of_relations", :count => way.containing_relation_members.count %>
    <%= render :partial => "containing_relation", :collection => way.containing_relation_members.uniq %>
@@ -22,8 +22,8 @@ <% unless way.way_nodes.empty? %>

<%= t ".nodes" %>

-
> - <%= t '.nodes_count', :count => way.way_nodes.count %> +
> + <%= t ".nodes_count", :count => way.way_nodes.count %>
    <% way.way_nodes.each do |wn| %>