105842700-redirect_fix_and template

This commit is contained in:
Stas 2015-12-09 15:29:28 +02:00
parent cd8feaf553
commit ce209b317d
3 changed files with 24 additions and 2 deletions

View file

@ -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