mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Fixes
This commit is contained in:
parent
c74ed91377
commit
84ce3371ae
3 changed files with 2 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue