mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
5 lines
182 B
Text
5 lines
182 B
Text
- content_for :actions do
|
|
= link_to(t(:back_to_domain), [:admin, @domain], class: 'btn btn-default')
|
|
= render 'shared/title', name: "#{t(:edit)}: #{@domain.name}"
|
|
|
|
= render 'form'
|