mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
12 lines
273 B
Text
12 lines
273 B
Text
.row
|
|
.col-sm-6
|
|
%h2.text-center-xs
|
|
= "#{t('zonefile')}"
|
|
.col-sm-6
|
|
%h2.text-right.text-center-xs
|
|
= link_to(t('shared.back_to_domain'), admin_domain_path(@domain), class: 'btn btn-default')
|
|
%hr
|
|
.row
|
|
.col-md-12
|
|
= preserve do
|
|
%pre= @zonefile
|