Changesets can be listed by changeset number.
The Git repository is here.
Changeset 392
Tiny change to a view which prevents a blank line from appearing
(generated source formatting change only) - patched upstream too.
- Comitted by: rool
- Date: Monday March 21 15:14:01 2011 (over 13 years ago)
Affected files:
rool/rails/canvass/trunk/app/views/donations/_list.html.erb:
prev. | current | |
</thead> | ||
<tbody> | ||
33 | ||
33 | <% for donation in @items -%> | |
<tr class="<%= cycle( 'odd', 'even' ) %>"> | ||
<% if ( current_user.admin? ) -%> | ||
<% if ( donation.redistribution? ) -%> |