mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
8 lines
215 B
Text
8 lines
215 B
Text
- content_for :actions do
|
|
= link_to(t(:back_to_domain), admin_domain_path(@domain), class: 'btn btn-default')
|
|
= render 'shared/title', name: t(:zonefile)
|
|
|
|
.row
|
|
.col-md-12
|
|
= preserve do
|
|
%pre= @zonefile
|