Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1297128
_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
Tue, Nov 18, 1:28 AM
Size
595 B
Mime Type
text/plain
Expires
Thu, Nov 20, 1:28 AM (1 d, 22 h)
Engine
blob
Format
Raw Data
Handle
290830
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