mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Account activity to default button
This commit is contained in:
parent
68f86a657a
commit
ca26a4ffb1
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
- content_for :actions do
|
- content_for :actions do
|
||||||
= link_to(t(:add_deposit), new_registrar_deposit_path, class: 'btn btn-primary')
|
= link_to(t(:add_deposit), new_registrar_deposit_path, class: 'btn btn-primary')
|
||||||
= link_to(t(:account_activity), registrar_account_activities_path, class: 'btn btn-primary')
|
= link_to(t(:account_activity), registrar_account_activities_path, class: 'btn btn-default')
|
||||||
= render 'shared/title', name: t(:your_account)
|
= render 'shared/title', name: t(:your_account)
|
||||||
|
|
||||||
= t(:your_current_account_balance_is,
|
= t(:your_current_account_balance_is,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue