]> git.openstreetmap.org Git - rails.git/blob - app/views/browse/_tag_details.html.erb
16e3b51b2865b156558eb93d271a49b43382aba8
[rails.git] / app / views / browse / _tag_details.html.erb
1 <% unless tag_details.empty? %>
2   <h4><%= t 'browse.tag_details.tags' %></h4>
3   <table class='browse-tag-list'>
4     <%= render :partial => "tag", :collection => tag_details.sort %>
5   </table>
6 <% end %>