mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
6 lines
177 B
Text
6 lines
177 B
Text
- content_for :actions do
|
|
= link_to(t(:back), admin_bank_statements_path, class: 'btn btn-default')
|
|
|
|
= render 'shared/title', name: t(:create_bank_statement)
|
|
|
|
= render 'form'
|