mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Adding nameservers to domain
This commit is contained in:
parent
24e7beed5b
commit
c24c8c7181
10 changed files with 69 additions and 8 deletions
|
@ -1,5 +1,9 @@
|
|||
.panel.panel-default
|
||||
.panel-heading= t('shared.nameservers')
|
||||
.panel-heading.clearfix
|
||||
.pull-left
|
||||
= t('shared.nameservers')
|
||||
.pull-right
|
||||
= link_to(t('shared.add'), new_admin_domain_nameserver_path(@domain), class: 'btn btn-primary btn-xs')
|
||||
.table-responsive
|
||||
%table.table.table-hover.table-bordered.table-condensed
|
||||
%thead
|
||||
|
@ -17,3 +21,7 @@
|
|||
%td
|
||||
= link_to(t('shared.edit'), root_path, class: 'btn btn-primary btn-xs')
|
||||
= link_to(t('shared.delete'), root_path, method: :delete, data: { confirm: t('shared.are_you_sure') }, class: 'btn btn-danger btn-xs')
|
||||
%tfoot
|
||||
%tr
|
||||
%td{colspan: 4}
|
||||
Nameservers count must be between %{min}-%{max}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue