]> git.openstreetmap.org Git - rails.git/blob - app/views/browse/_tag_details.html.erb
Rejig changeset details in the style of danstowell
[rails.git] / app / views / browse / _tag_details.html.erb
1 <% unless tag_details.tags.empty? %>
2   <div class='browse-section'>
3     <h4><%= t'browse.tag_details.tags' %></h4>
4     <ul class='browse-tag-list'>
5       <%= render :partial => "tag", :collection => tag_details.tags.sort %>
6     </ul>
7   </div>
8 <% end %>