]> git.openstreetmap.org Git - rails.git/blob - app/views/browse/_tag_details.html.erb
Fix rubocop style issues
[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 %>