reset pwd
This commit is contained in:
parent
5d879a0643
commit
0dc5364aec
2 changed files with 10 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
|||
<%= form_for(resource, :as => resource_name, :url => session_path(resource_name), :html => { :class => "login-box" }) do |f| %>
|
||||
<%= image_tag "login-logo.png", :width => "304", :height => "66", :class => "login-logo", :alt => "Login Logo" %>
|
||||
<%= f.text_field :email, :class => "text top" %>
|
||||
<%= f.password_field :password, :class => "text bottom" %>
|
||||
<%= f.text_field :email, :class => "text top", :placeholder => "Email" %>
|
||||
<%= f.password_field :password, :class => "text bottom", :placeholder => "Password" %>
|
||||
|
||||
<% if devise_mapping.rememberable? -%>
|
||||
<div><%= f.check_box :remember_me %> <%= f.label :remember_me %></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue