mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
105842700-redirect_fix_and template
This commit is contained in:
parent
cd8feaf553
commit
ce209b317d
3 changed files with 24 additions and 2 deletions
|
@ -0,0 +1,22 @@
|
|||
.col-md-12
|
||||
.table-responsive
|
||||
%table.table.table-hover.table-bordered.table-condensed
|
||||
%thead
|
||||
%tr
|
||||
%th{class: 'col-xs-2'}
|
||||
=t(:name)
|
||||
%th{class: 'col-xs-2'}
|
||||
=t(:registrant)
|
||||
%th{class: 'col-xs-2'}
|
||||
=t(:valid_to)
|
||||
%th{class: 'col-xs-2'}
|
||||
=t(:registrar)
|
||||
%tbody
|
||||
- @domains.result.each do |x|
|
||||
%tr
|
||||
%td= x.name
|
||||
%td= x.registrant
|
||||
%td= l(x.valid_to, format: :short)
|
||||
%td= x.registrar
|
||||
.row
|
||||
.col-md-6
|
Loading…
Add table
Add a link
Reference in a new issue