]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_common_details.rhtml
Add a mini map to the changeset view in the data browser.
[rails.git] / app / views / browse / _common_details.rhtml
index 71a9dd3145726476b610e3e3f044136c034e0506..09cf4cf2da24cf66cc5b9d48aa879f92942a02b5 100644 (file)
   <td><%= link_to common_details.changeset_id, :action => :changeset, :id => common_details.changeset_id %></td>
 </tr>
 
-<% unless common_details.tags_as_hash.empty? %>
-  <tr valign="top">
-    <th>Tags:</th>
-    <td>
-      <table padding="0">
-        <%= render :partial => "tag", :collection => common_details.tags_as_hash %>
-      </table>
-    </td>
-  </tr>      
-<% end %>
+<%= render :partial => "tag_details", :object => common_details %>