mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 02:09:39 +02:00
Client: Domain history in domains_list#show
This commit is contained in:
parent
d82479485c
commit
f77daf2c6d
2 changed files with 23 additions and 16 deletions
|
@ -21,3 +21,7 @@
|
||||||
.col-md-12= render 'admin/domains/partials/nameservers'
|
.col-md-12= render 'admin/domains/partials/nameservers'
|
||||||
.row
|
.row
|
||||||
.col-md-12= render 'admin/domains/partials/dnskeys'
|
.col-md-12= render 'admin/domains/partials/dnskeys'
|
||||||
|
|
||||||
|
- if @domain.versions.present?
|
||||||
|
= render 'client/shared/versions', versions: @domain.versions
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
.row
|
.row
|
||||||
.col-md-12
|
.col-md-12
|
||||||
|
#nameservers.panel{ class: 'panel-default' }
|
||||||
|
.panel-heading.clearfix
|
||||||
|
= t('shared.history')
|
||||||
.table-responsive
|
.table-responsive
|
||||||
%table.table.table-hover.table-bordered.table-condensed
|
%table.table.table-hover.table-bordered.table-condensed
|
||||||
%thead
|
%thead
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue