]> git.openstreetmap.org Git - rails.git/blob - app/views/browse/_tag_details.html.erb
user.login.account suspended so translators don't have to type out anchors
[rails.git] / app / views / browse / _tag_details.html.erb
1 <% unless tag_details.tags.empty? %>
2   <tr valign="top">
3     <th><%= t'browse.tag_details.tags' %></th>
4     <td>
5       <table cellpadding="0">
6         <%= render :partial => "tag", :collection => tag_details.tags.sort %>
7       </table>
8     </td>
9   </tr>
10 <% end %>