13 lines
No EOL
485 B
Text
13 lines
No EOL
485 B
Text
- title "Konten verwalten"
|
|
|
|
- content_for :actionbar do
|
|
= link_to "Neue Überweisungen eingeben", finance_new_transaction_collection_path, class: 'btn btn-primary'
|
|
|
|
.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" |