2011-06-09 21:35:05 +02:00
|
|
|
- title "Konten verwalten"
|
|
|
|
|
2012-11-12 13:13:01 +01:00
|
|
|
- content_for :actionbar do
|
|
|
|
= link_to "Neue Überweisungen eingeben", finance_new_transaction_collection_path, class: 'btn btn-primary'
|
2012-11-10 16:44:05 +01:00
|
|
|
|
|
|
|
.well.well-small
|
|
|
|
= form_tag finance_ordergroups_path, :method => :get, :remote => true,
|
|
|
|
'data-submit-onchange' => true, class: 'form-search' do
|
|
|
|
= text_field_tag :query, params[:query], class: 'input-medium search-query',
|
|
|
|
placeholder: 'Suchen ...'
|
|
|
|
|
|
|
|
#ordergroupsTable
|
|
|
|
= render :partial => "ordergroups"
|