]> git.openstreetmap.org Git - rails.git/blob - app/views/changeset/list_user.rhtml
Add 'history' tab + Move 'recent changes' changeset list to re-use the same _changese...
[rails.git] / app / views / changeset / list_user.rhtml
1 <h1>Edits by <%= link_to(@display_name, {:controller=>'user', :action=>'view', :display_name=>@display_name}) %></h1>
2 <%= render :partial => 'changeset_paging_nav' %>
3
4 <table id="keyvalue" cellpadding="3">
5   <tr>
6     <th>ID</th>
7     <th>Saved at</th>
8     <th>Comment</th>
9     <th>Area</th>
10     <th></th>
11   </tr>
12   <%= render :partial => 'changeset', :locals => {:showusername => false},  :collection => @edits unless @edits.nil?  %>
13 </table>
14
15 <%= render :partial => 'changeset_paging_nav' %>