One last commit tonight :P
This commit is contained in:
parent
86caeb3360
commit
cd4fb9d44c
1 changed files with 14 additions and 0 deletions
14
app/views/changeset/_changesets.rhtml
Normal file
14
app/views/changeset/_changesets.rhtml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<% showusername = true if showusername.nil? %>
|
||||
<table id="changeset_list" cellpadding="3">
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
<th>Saved at</th>
|
||||
<% if showusername %>
|
||||
<th>User</th>
|
||||
<% end %>
|
||||
<th>Comment</th>
|
||||
<th>Area</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
<%= render :partial => 'changeset', :locals => {:showusername => showusername}, :collection => @edits unless @edits.nil? %>
|
||||
</table>
|
Loading…
Add table
Reference in a new issue