mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
7 lines
196 B
Text
7 lines
196 B
Text
.row
|
|
.col-md-12
|
|
.page-header
|
|
%h1
|
|
Create User
|
|
= form_for [:admin, @user] do |f|
|
|
= render partial: 'devise/registrations/form_fields', locals: { f: f, full: true }
|