mirror of
https://github.com/internetee/registry.git
synced 2025-05-20 03:09:36 +02:00
108869472-styles
This commit is contained in:
parent
8f5a73a3ec
commit
8867644f16
1 changed files with 9 additions and 8 deletions
|
@ -1,12 +1,5 @@
|
||||||
- content_for :actions do
|
|
||||||
= link_to(t(:previous), admin_domain_path(@version.item_id), class: 'btn btn-primary')
|
|
||||||
= link_to(t(:next), admin_domain_path(@version.item_id), method: :get, class: 'btn btn btn-default')
|
|
||||||
|
|
||||||
= render 'shared/title', name: @version.reify.name
|
= render 'shared/title', name: @version.reify.name
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- if @version
|
- if @version
|
||||||
- children = HashWithIndifferentAccess.new(@version.children)
|
- children = HashWithIndifferentAccess.new(@version.children)
|
||||||
- nameservers = Nameserver.where(id: children[:nameservers])
|
- nameservers = Nameserver.where(id: children[:nameservers])
|
||||||
|
@ -67,6 +60,14 @@
|
||||||
%br
|
%br
|
||||||
%dt= t(:registrar)
|
%dt= t(:registrar)
|
||||||
%dd= @version.reify.registrar.name
|
%dd= @version.reify.registrar.name
|
||||||
|
%span{:style => "padding-right:10px; float: right; bottom: 10px;"}
|
||||||
|
= link_to(t(:previous),
|
||||||
|
admin_domain_path(@version.item_id),
|
||||||
|
class: 'btn btn-primary')
|
||||||
|
= link_to(t(:next),
|
||||||
|
admin_domain_path(@version.item_id),
|
||||||
|
class: 'btn btn-default')
|
||||||
|
|
||||||
.col-md-4
|
.col-md-4
|
||||||
.panel.panel-default{:style => "min-height:400px;"}
|
.panel.panel-default{:style => "min-height:400px;"}
|
||||||
%ul.nav.nav-pills.nav-stacked
|
%ul.nav.nav-pills.nav-stacked
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue