]> git.openstreetmap.org Git - rails.git/blob - app/views/changeset/_changesets.rhtml
Fix a few typos
[rails.git] / app / views / changeset / _changesets.rhtml
1 <% showusername = true if showusername.nil? %>
2 <table id="changeset_list" cellpadding="3">
3   <tr>
4     <th>ID</th>
5     <th>Saved at</th>
6 <% if showusername %>
7     <th>User</th>
8 <% end %>
9     <th>Comment</th>
10     <th>Area</th>
11     <th></th>
12   </tr>
13   <%= render :partial => 'changeset', :locals => {:showusername => showusername}, :collection => @edits unless @edits.nil? %>
14 </table>