18 lines
502 B
Text
18 lines
502 B
Text
<table width="100%">
|
|
<tr>
|
|
<td>
|
|
<h2>Changeset: <%= h(@changeset.id) %></h2>
|
|
</td>
|
|
<td>
|
|
<%= render :partial => "navigation" %>
|
|
</td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td>
|
|
<%= render :partial => "changeset_details", :object => @changeset %>
|
|
<hr />
|
|
<%= link_to "Download Changeset XML", :controller => "changeset", :action => "read" %> |
|
|
<%= link_to "Download osmChange XML", :controller => "changeset", :action => "download" %>
|
|
</td>
|
|
</tr>
|
|
</table>
|