mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 09:46:09 +02:00
parent
e08afe0983
commit
df54100710
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
- content_for :actions do
|
- content_for :actions do
|
||||||
= link_to(t(:add_new_status), '#', class: 'btn btn-primary js-add-status')
|
= link_to(t('.add_new_status_btn'), '#', class: 'btn btn-primary js-add-status')
|
||||||
- if @domain.force_deletable?
|
- if @domain.force_deletable?
|
||||||
= link_to(t(:set_force_delete), set_force_delete_admin_domain_path(@domain),
|
= link_to(t(:set_force_delete), set_force_delete_admin_domain_path(@domain),
|
||||||
method: :post, data: { confirm: t(:are_you_sure) }, class: 'btn btn-warning')
|
method: :post, data: { confirm: t(:are_you_sure) }, class: 'btn btn-warning')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue