mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +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'
|
||||
.row
|
||||
.col-md-12= render 'admin/domains/partials/dnskeys'
|
||||
|
||||
- if @domain.versions.present?
|
||||
= render 'client/shared/versions', versions: @domain.versions
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
.row
|
||||
.col-md-12
|
||||
#nameservers.panel{ class: 'panel-default' }
|
||||
.panel-heading.clearfix
|
||||
= t('shared.history')
|
||||
.table-responsive
|
||||
%table.table.table-hover.table-bordered.table-condensed
|
||||
%thead
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue