mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
Add form to epp users
This commit is contained in:
parent
0504ca7ca4
commit
ba775f4e73
10 changed files with 196 additions and 3 deletions
9
app/views/admin/epp_users/edit.haml
Normal file
9
app/views/admin/epp_users/edit.haml
Normal file
|
@ -0,0 +1,9 @@
|
|||
.row
|
||||
.col-sm-6
|
||||
%h2.text-center-xs
|
||||
= "#{t('shared.edit_epp_user')}"
|
||||
.col-sm-6
|
||||
%h2.text-right.text-center-xs
|
||||
= link_to(t('shared.back_to_epp_user'), [:admin, @epp_user], class: 'btn btn-default')
|
||||
%hr
|
||||
= render 'form'
|
Loading…
Add table
Add a link
Reference in a new issue