Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F4045131
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, Jul 18, 8:21 AM
Size
444 B
Mime Type
text/plain
Expires
Mon, Jul 20, 8:21 AM (5 m, 21 s)
Engine
blob
Format
Raw Data
Handle
419616
Attached To
rWEBDNS WebDNS (edet4)
new.html.erb
View Options
<h2>Log in</h2>
<%=
bootstrap_form_for
(
resource
,
as
:
resource_name
,
url
:
session_path
(
resource_name
))
do
|
f
|
%>
<%=
f
.
email_field
:email
,
autofocus
:
true
%>
<%=
f
.
password_field
:password
,
autocomplete
:
'off'
%>
<%
if
devise_mapping
.
rememberable?
-%>
<%=
f
.
check_box
:remember_me
%>
<%
end
-%>
<div class="actions">
<%=
f
.
submit
'Log in'
,
class
:
'btn btn-primary'
%>
</div>
<%
end
%>
<%=
render
'devise/shared/links'
%>
Event Timeline
Log In to Comment