mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Merge branch 'master' of github.com:domify/registry into registrar-portal
Conflicts: .travis.yml
This commit is contained in:
commit
57d239ccd1
9 changed files with 84 additions and 41 deletions
|
@ -32,18 +32,15 @@
|
|||
%dd
|
||||
= l(@contact.created_at, format: :short)
|
||||
by
|
||||
= link_to(@contact.creator, [:admin, @contact.creator])
|
||||
= creator_link(@contact)
|
||||
|
||||
%dt= t(:updated)
|
||||
%dd
|
||||
= l(@contact.updated_at, format: :short)
|
||||
by
|
||||
= link_to(@contact.updator, [:admin, @contact.updator])
|
||||
|
||||
= updator_link(@contact)
|
||||
|
||||
%dt= t(:registrar)
|
||||
%dd
|
||||
- if @contact.registrar.present?
|
||||
= link_to(@contact.registrar, admin_registrar_path(@contact.registrar))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue