mirror of
https://github.com/internetee/registry.git
synced 2025-07-14 06:55:11 +02:00
7 lines
231 B
Text
7 lines
231 B
Text
- content_for :actions do
|
|
- if @bank_statement.persisted?
|
|
= link_to(t(:back), admin_bank_statement_path(@bank_statement), class: 'btn btn-default')
|
|
|
|
= render 'shared/title', name: t(:create_bank_transaction)
|
|
|
|
= render 'form'
|