]> git.openstreetmap.org Git - rails.git/blob - app/views/browse/_tag_table.rhtml
Tidy up a few details.
[rails.git] / app / views / browse / _tag_table.rhtml
1 <% if tags.length != 0 %>
2 <table id="keyvalue" cellpadding="3">
3   <tr>
4     <th>Key</th>
5     <th>Value</th>
6   </tr>
7   <%= render :partial => 'tag', :collection => tags  %>
8 </table>
9 <% end %>