]> git.openstreetmap.org Git - rails.git/blob - app/views/browse/changeset.rhtml
Add 'history' tab + Move 'recent changes' changeset list to re-use the same _changese...
[rails.git] / app / views / browse / changeset.rhtml
1 <table width="100%">
2   <tr>
3     <td>
4       <h2>Changeset: <%= h(@changeset.id) %></h2>
5     </td>
6     <td>
7       <%= render :partial => "navigation" %>
8     </td>
9   </tr>
10   <tr valign="top">
11     <td>
12     <%= render :partial => "changeset_details", :object => @changeset %>
13     <hr />
14       <%= link_to "Download Changeset XML", :controller => "changeset", :action => "read" %> | 
15       <%= link_to "Download osmChange XML", :controller => "changeset", :action => "download" %>
16     </td>
17   </tr>
18 </table>