mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
16 lines
443 B
Text
16 lines
443 B
Text
.panel.panel-default
|
|
.panel-heading.clearfix
|
|
= t(:nameservers)
|
|
.table-responsive
|
|
%table.table.table-hover.table-bordered.table-condensed
|
|
%thead
|
|
%tr
|
|
%th{class: 'col-xs-4'}= t(:hostname)
|
|
%th{class: 'col-xs-4'}= t(:ipv4)
|
|
%th{class: 'col-xs-4'}= t(:ipv6)
|
|
%tbody
|
|
- @domain.nameservers.each do |x|
|
|
%tr
|
|
%td= x
|
|
%td= x.ipv4
|
|
%td= x.ipv6
|