mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Refatored to use shared/title partial
This commit is contained in:
parent
4c660df43e
commit
8d4124585c
73 changed files with 402 additions and 411 deletions
|
@ -1,5 +1,5 @@
|
|||
%h2= t('zonefile_settings')
|
||||
%hr
|
||||
= render 'shared/title', name: t(:zonefile_settings)
|
||||
|
||||
= form_for [:admin, @zonefile_setting], html: { class: 'form-horizontal' } do |f|
|
||||
.row
|
||||
.col-md-12
|
||||
|
@ -47,4 +47,4 @@
|
|||
|
||||
.row
|
||||
.col-md-12.text-right
|
||||
%button.btn.btn-primary=t('save')
|
||||
%button.btn.btn-primary= t(:save)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue