]> git.openstreetmap.org Git - rails.git/blob - app/views/browse/_tag_details.html.erb
Really remove login.live.com from CSP allow list
[rails.git] / app / views / browse / _tag_details.html.erb
1 <% unless tag_details.empty? %>
2   <h4><%= t ".tags" %></h4>
3   <div class='mb-3 border border-secondary-subtle rounded overflow-hidden'>
4     <table class='mb-0 browse-tag-list table align-middle'>
5       <%= render :partial => "browse/tag", :collection => tag_details.sort %>
6     </table>
7   </div>
8 <% end %>