mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
108869472-template_fix
This commit is contained in:
parent
00b9d50c08
commit
e032eafc0b
1 changed files with 3 additions and 3 deletions
|
@ -49,10 +49,10 @@
|
|||
= t(:registrant)
|
||||
%th{class: 'col-xs-2'}
|
||||
= t(:registrar)
|
||||
%th{class: 'col-xs-2'}
|
||||
= t(:action_date)
|
||||
%th{class: 'col-xs-2'}
|
||||
= t(:action)
|
||||
%th{class: 'col-xs-2'}
|
||||
= t(:created_at)
|
||||
%tbody
|
||||
- @versions.each do |version|
|
||||
- if version
|
||||
|
@ -67,8 +67,8 @@
|
|||
%td
|
||||
- if domain.registrar
|
||||
= link_to(domain.registrar, admin_registrar_path(domain.registrar))
|
||||
%td= l(version.created_at, format: :short)
|
||||
%td= version.event
|
||||
%td= l(version.created_at, format: :short)
|
||||
|
||||
|
||||
.row
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue