mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
Refactor user to admin and api user
This commit is contained in:
parent
f3215680d5
commit
037cb57e00
34 changed files with 551 additions and 551 deletions
9
app/views/admin/admin_users/edit.haml
Normal file
9
app/views/admin/admin_users/edit.haml
Normal file
|
@ -0,0 +1,9 @@
|
|||
.row
|
||||
.col-sm-6
|
||||
%h2.text-center-xs
|
||||
= "#{t('edit_user')}"
|
||||
.col-sm-6
|
||||
%h2.text-right.text-center-xs
|
||||
= link_to(t('back_to_user'), [:admin, @admin_user], class: 'btn btn-default')
|
||||
%hr
|
||||
= render 'form'
|
Loading…
Add table
Add a link
Reference in a new issue