Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1614729
new.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, Mar 21, 3:14 AM
Size
484 B
Mime Type
text/plain
Expires
Mon, Mar 23, 3:14 AM (1 h, 44 m)
Engine
blob
Format
Raw Data
Handle
354169
Attached To
rWEBDNS WebDNS (edet4)
new.html.erb
View Options
<h2>Sign up</h2>
<%=
bootstrap_form_for
(
resource
,
as
:
resource_name
,
url
:
registration_path
(
resource_name
))
do
|
f
|
%>
<%=
devise_error_messages!
%>
<%=
f
.
email_field
:email
,
autofocus
:
true
%>
<%=
f
.
password_field
:password
,
autocomplete
:
'off'
,
help
:
"
#{
@minimum_password_length
}
characters minimum"
%>
<%=
f
.
password_field
:password_confirmation
,
autocomplete
:
'off'
%>
<%=
f
.
submit
'Sign up'
,
class
:
'btn btn-primary'
%>
<%
end
%>
<%=
render
'devise/shared/links'
%>
Event Timeline
Log In to Comment