]> git.openstreetmap.org Git - rails.git/blob - app/views/browse/_tag_table.rhtml
add a browse index (no content yet)
[rails.git] / app / views / browse / _tag_table.rhtml
1 <% if tags.length != 0 %>
2 <h3>Tags</h3>
3 <table id="keyvalue" cellpadding="3">
4   <tr>
5     <th>Key</th>
6     <th>Value</th>
7   </tr>
8   <%= render :partial => 'tag', :collection => tags  %>
9 </table>
10 <% end %>