i18n finance ordergroups
This commit is contained in:
parent
d2cd5b2b02
commit
0065c44b74
3 changed files with 17 additions and 7 deletions
|
|
@ -1,13 +1,13 @@
|
|||
- title "Konten verwalten"
|
||||
- title t('.title')
|
||||
|
||||
- content_for :actionbar do
|
||||
= link_to "Neue Überweisungen eingeben", finance_new_transaction_collection_path, class: 'btn btn-primary'
|
||||
= link_to t('.new_transaction'), 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 ...'
|
||||
placeholder: t('.search_placeholder')
|
||||
|
||||
#ordergroupsTable
|
||||
= render :partial => "ordergroups"
|
||||
Loading…
Add table
Add a link
Reference in a new issue