Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1426658
_form.html.erb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jan 17, 11:43 AM
Size
595 B
Mime Type
text/plain
Expires
Mon, Jan 19, 11:43 AM (1 d, 1 h)
Engine
blob
Format
Raw Data
Handle
325449
Attached To
rARCHIVING archiving
_form.html.erb
View Options
<%=
bootstrap_form_for
(
@user
,
url
:
url
,
method
:
method
,
layout
:
:horizontal
,
label_col
:
'col-xs-3'
,
control_col
:
'col-xs-8'
)
do
|
f
|
%>
<%=
f
.
text_field
:username
,
required
:
true
%>
<%=
f
.
password_field
:password
,
required
:
true
%>
<%=
f
.
password_field
:retype_password
,
required
:
true
%>
<%=
f
.
email_field
:email
,
required
:
true
%>
<div class="form-group">
<div class="col-xs-offset-8 col-xs-3">
<%=
f
.
submit
class
:
'btn btn-success'
%>
</div>
</div>
<%
end
%>
<%=
link_to
'Cancel'
,
admin_users_path
,
class
:
'btn btn-danger'
,
role
:
'button'
%>
Event Timeline
Log In to Comment