]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_common_details.rhtml
Closes #1350 through updating amf_controller to use the newer closed_at method of...
[rails.git] / app / views / browse / _common_details.rhtml
index 1f9f9ffe677ed5609b1bef337c978a62dd96c4b5..71a9dd3145726476b610e3e3f044136c034e0506 100644 (file)
@@ -17,7 +17,7 @@
 
 <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? %>