X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b4b59df75e4048eaebff7c7efeeee66aa3bfa5a3..6078e642bac0729585f11db6d42d7333d8c2114b:/app/views/browse/_way.html.erb?ds=sidebyside 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| %>