Meine Bestellgruppe

<%=h @ordergroup.name %>

Beschreibung: <%=h @ordergroup.description %>

Verfügbares Guthaben: <%= number_to_currency(@ordergroup.get_available_funds()) %>

Personen

<%= link_to('Person einladen', new_invite_path(:id => @ordergroup), :remote => true) %>

Kontoauszug

<%= form_tag my_ordergroup_url, :method => :get, :style => 'display:inline;', :id => 'transactions_search', :remote => true do %> <%= label_tag "financial_transaction_note", "Filter für Notizen:" %> <%= text_field_tag("query", params['query'], :size => 10 ) %> <% end %>
<%= render :partial => "/finance/transactions/list" %>
<% content_for :head do %> <% end %>