mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 18:59:38 +02:00
Change api usernames to links in contact show
This commit is contained in:
parent
e36c9fde39
commit
7037ad9b08
1 changed files with 4 additions and 4 deletions
|
@ -32,18 +32,18 @@
|
||||||
%dd
|
%dd
|
||||||
= l(@contact.created_at, format: :short)
|
= l(@contact.created_at, format: :short)
|
||||||
by
|
by
|
||||||
= @contact.creator
|
= link_to(@contact.creator, [:admin, @contact.creator])
|
||||||
|
|
||||||
%dt= t(:updated)
|
%dt= t(:updated)
|
||||||
%dd
|
%dd
|
||||||
= l(@contact.updated_at, format: :short)
|
= l(@contact.updated_at, format: :short)
|
||||||
by
|
by
|
||||||
= @contact.updator
|
= link_to(@contact.updator, [:admin, @contact.updator])
|
||||||
|
|
||||||
|
|
||||||
%dt= t(:registrar)
|
%dt= t(:registrar)
|
||||||
%dd
|
%dd
|
||||||
- if @contact.registrar.present?
|
- if @contact.registrar.present?
|
||||||
= link_to(@contact.registrar, admin_registrar_path(@contact.registrar))
|
= link_to(@contact.registrar, admin_registrar_path(@contact.registrar))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue