This commit is contained in:
Martin Lensment 2015-04-16 18:15:44 +03:00
parent c74ed91377
commit 84ce3371ae
3 changed files with 2 additions and 29 deletions

View file

@ -1,7 +1,7 @@
- content_for :actions do
= link_to(t('edit'), edit_admin_bank_transaction_path(@bank_transaction), class: 'btn btn-primary')
= link_to(t('back_to_bank_statement'), admin_bank_statement_path(@bank_transaction.bank_statement), class: 'btn btn-default')
= render 'admin/shared/title', name: "#{t('bank_transaction')}"
= render 'shared/title', name: t(:bank_transaction)
= render 'shared/full_errors', object: @bank_transaction
%row
.col-md-12