Sha256: da71ab0a2b10876ec77e9629e969f9d9cdd6b583d421a2faa6947136c194c519

Contents?: true

Size: 1 KB

Versions: 6

Compression:

Stored size: 1 KB

Contents

<% content_for :header, t('.hello_please_sign_in') %>

<%= form_for resource, :as => resource_name,
                       :url => refinery.authentication_devise_user_session_path do |f| %>
  <div class='field session_username clearfix'>
    <%= f.label :login %>
    <%= f.text_field :login, :class => 'larger widest' %>
  </div>
  <div class='field session_password clearfix'>
    <%= f.label :password %>
    <%= f.password_field :password, :autocomplete => 'off', :class => 'larger widest' %>
  </div>
  <div class='clearfix'>
    <% if devise_mapping.rememberable? %>
      <div class='field remember_me'>
        <%= f.check_box :remember_me %>
        <%= f.label :remember_me %>
      </div>
    <% end %>
    <div class='field forgot_password'>
      <%= link_to t('.forgot_password'), refinery.new_authentication_devise_user_password_path %>
    </div>
  </div>
  <%= render '/refinery/admin/form_actions', :f => f,
             :submit_button_text => t('.sign_in'),
             :hide_cancel => true %>
<% end -%>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
refinerycms-authentication-devise-2.0.0 app/views/refinery/authentication/devise/sessions/new.html.erb
refinerycms-authentication-devise-1.0.4 app/views/refinery/authentication/devise/sessions/new.html.erb
refinerycms-authentication-devise-1.0.3 app/views/refinery/authentication/devise/sessions/new.html.erb
refinerycms-authentication-devise-1.0.2 app/views/refinery/authentication/devise/sessions/new.html.erb
refinerycms-authentication-devise-1.0.1 app/views/refinery/authentication/devise/sessions/new.html.erb
refinerycms-authentication-devise-1.0.0 app/views/refinery/authentication/devise/sessions/new.html.erb