<% @fund_counter ||= 0 -%> <% if @fund_counter % 2 == 0 -%> <% else -%> <% end -%> <%= link_to image_tag('go-home-16.png', :alt => 'Use', :title => 'Use this fund'), { :action => 'use', :id => @fund.id }, :post => true -%> <%= link_to image_tag('edit-delete-16.png', :alt => 'Delete', :title => 'Delete Fund'), { :action => 'delete', :id => @fund.id }, :post => true -%> <%= @fund.name -%> <%= display_amount @fund.balance -%> <%= in_place_editor_field :fund, :contribution -%> <%= @fund.baristas.size -%> <% @fund_counter += 1 -%>