<% @content_title = "Fund Activity :: #{@fund.name rescue 'None!'}" -%> <%= render :partial => 'shared/menu' %> <% unless @fund.nil? -%>
<%= render :partial => "purchase", :collection => @purchases %>
Comment Barista Date - +


<%= pagination_links @purchase_pages %>
<% else -%>

Visit the <%= link_to 'Fund Controller', :controller => 'fund' -%> to configure funds and change your associated fund.

<% end -%>