mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 07:04:47 +02:00
Nest API users under registrar in admin area
This commit is contained in:
parent
c680b688e4
commit
de6934625c
10 changed files with 65 additions and 62 deletions
|
@ -20,7 +20,7 @@
|
|||
.panel-body
|
||||
%dl.dl-horizontal
|
||||
%dt= t(:api_user)
|
||||
%dd= link_to(@certificate.api_user, [:admin, @api_user])
|
||||
%dd= link_to(@certificate.api_user, [:admin, @api_user.registrar, @api_user])
|
||||
|
||||
%dt= t(:common_name)
|
||||
%dd= @certificate.common_name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue