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