Fix rendering of note comments (#333)
This commit is contained in:
parent
31b7bedfda
commit
d492628f3e
2 changed files with 5 additions and 4 deletions
|
@ -37,7 +37,7 @@
|
|||
</div>
|
||||
|
||||
<% unless @nodes.empty? %>
|
||||
<div class='browse-section'>
|
||||
<div class='browse-section clearfix'>
|
||||
<h4><%= t 'browse.changeset_details.has_nodes', :count => @node_pages.item_count %></h4>
|
||||
<ul>
|
||||
<% @nodes.each do |node| %>
|
||||
|
@ -49,7 +49,7 @@
|
|||
<% end %>
|
||||
|
||||
<% unless @ways.empty? %>
|
||||
<div class='browse-section'>
|
||||
<div class='browse-section clearfix'>
|
||||
<h4><%= t 'browse.changeset_details.has_ways', :count => @way_pages.item_count %></h4>
|
||||
<ul>
|
||||
<% @ways.each do |way| %>
|
||||
|
@ -64,7 +64,7 @@
|
|||
<% end %>
|
||||
|
||||
<% unless @relations.empty? %>
|
||||
<div class='browse-section'>
|
||||
<div class='browse-section clearfix'>
|
||||
<h4><%= t 'browse.changeset_details.has_relations', :count => @relation_pages.item_count %></h4>
|
||||
<ul>
|
||||
<% @relations.each do |relation| %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue