]> git.openstreetmap.org Git - rails.git/blob - app/views/browse/_tag_details.html.erb
Update to iD v1.3.4
[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><%= render :partial => "tag", :collection => tag_details.tags.sort %></ul>
5   </div>
6 <% end %>