]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_common_details.rhtml
adapt for larger fonts on Linux; fix indexing with renumbered nodes
[rails.git] / app / views / browse / _common_details.rhtml
index 1f9f9ffe677ed5609b1bef337c978a62dd96c4b5..09cf4cf2da24cf66cc5b9d48aa879f92942a02b5 100644 (file)
 
 <tr>
   <th>In changeset:</th>
-  <td><%= link_to common_details.changeset_id, :action => :changeset %></td>
+  <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 %>