mirror of
https://github.com/internetee/registry.git
synced 2025-06-15 09:04:46 +02:00
5 lines
191 B
Text
5 lines
191 B
Text
- content_for :actions do
|
|
= link_to(t(:back), admin_bank_transaction_path(@bank_transaction), class: 'btn btn-default')
|
|
= render 'shared/title', name: t(:bank_transaction)
|
|
|
|
= render 'form'
|