]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_tag_details.html.erb
Missed a couple close buttons
[rails.git] / app / views / browse / _tag_details.html.erb
index b5f2d97e7520d1483a651988ebe3398788a80a08..cd087bc7feba1c03b7869ba2b73b90c0ed45ae12 100644 (file)
@@ -1,10 +1,8 @@
 <% unless tag_details.tags.empty? %>
-  <tr valign="top">
-    <th><%= t'browse.tag_details.tags' %></th>
-    <td>
-      <table cellpadding="0">
-        <%= render :partial => "tag", :collection => tag_details.tags.sort %>
-      </table>
-    </td>
-  </tr>
+  <div class='browse-section'>
+    <h4><%= t'browse.tag_details.tags' %></h4>
+    <ul class='browse-tag-list'>
+      <%= render :partial => "tag", :collection => tag_details.tags.sort %>
+    </ul>
+  </div>
 <% end %>