2013-02-11 04:15:40 +01:00
|
|
|
- title t('.title')
|
2011-06-09 21:35:05 +02:00
|
|
|
|
2012-11-12 13:13:01 +01:00
|
|
|
- content_for :actionbar do
|
2014-05-06 19:02:01 +02:00
|
|
|
= link_to t('.show_all'), finance_transactions_path, class: 'btn'
|
2013-02-11 04:15:40 +01:00
|
|
|
= link_to t('.new_transaction'), 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',
|
2013-02-11 04:15:40 +01:00
|
|
|
placeholder: t('.search_placeholder')
|
2012-11-10 16:44:05 +01:00
|
|
|
|
|
|
|
#ordergroupsTable
|
2014-05-06 19:02:01 +02:00
|
|
|
= render :partial => "ordergroups"
|