19 lines
472 B
Text
19 lines
472 B
Text
<h1>Recent Changes</h1>
|
|
<p>Recently closed changesets:</p>
|
|
|
|
<table id="keyvalue" cellpadding="3">
|
|
<tr>
|
|
<th>ID</th>
|
|
<th>Saved at</th>
|
|
<th>User</th>
|
|
<th>Comment</th>
|
|
<th>Area</th>
|
|
<th></th>
|
|
</tr>
|
|
<%= render :partial => 'changeset', :locals => {:showusername => true}, :collection => @edits unless @edits.nil? %>
|
|
</table>
|
|
|
|
<p>
|
|
For more changesets, select a user and view their edits, or see the editing 'history' of a specific area.
|
|
</p>
|
|
<br>
|