mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 02:09:39 +02:00
7 lines
321 B
Text
7 lines
321 B
Text
- content_for :actions do
|
|
= link_to(t(:back), admin_zonefile_settings_path, class: 'btn btn-default')
|
|
= link_to(t(:delete), admin_zonefile_setting_path(@zonefile_setting),
|
|
method: :delete, data: { confirm: t(:are_you_sure) }, class: 'btn btn-danger')
|
|
= render 'shared/title', name: t(:edit_zone)
|
|
|
|
= render 'form'
|