]> git.openstreetmap.org Git - rails.git/blob - app/views/changeset/list.rhtml
lose the unnecessary <% embed syntax %>
[rails.git] / app / views / changeset / list.rhtml
1 <h1>Recent Changes</h1>
2 <p>Recently closed changesets:</p>
3
4 <table id="keyvalue" cellpadding="3">
5   <tr>
6     <th>ID</th>
7     <th>Saved at</th>
8     <th>User</th>
9     <th>Comment</th>
10     <th>Area</th>
11     <th></th>
12   </tr>
13   <%= render :partial => 'changeset', :locals => {:showusername => true},  :collection => @edits unless @edits.nil?  %>
14 </table>
15
16 <p>
17 For more changesets, select a user and view their edits, or see the editing 'history' of a specific area.
18 </p>
19