Sha256: ee0f4812ddf15a58496537af6b544313e690ef6ce88c9e8c8b7f6fc0bf950674

Contents?: true

Size: 1.01 KB

Versions: 32

Compression:

Stored size: 1.01 KB

Contents

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

<%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) 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'), new_password_path(resource_name) %>
    </div>
  </div>
  <%= render :partial => "/shared/admin/form_actions",
             :locals => {
               :f => f,
               :submit_button_text => t('.sign_in'),
               :hide_cancel => true
             } %>
<% end -%>

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
refinerycms-authentication-1.0.11 app/views/sessions/new.html.erb
refinerycms-authentication-1.0.10 app/views/sessions/new.html.erb
refinerycms-authentication-1.0.9 app/views/sessions/new.html.erb
refinerycms-authentication-1.0.8 app/views/sessions/new.html.erb
refinerycms-authentication-1.0.7 app/views/sessions/new.html.erb
refinerycms-authentication-1.0.5 app/views/sessions/new.html.erb
refinerycms-authentication-1.0.4 app/views/sessions/new.html.erb
refinerycms-authentication-1.0.3 app/views/sessions/new.html.erb
refinerycms-authentication-1.0.1 app/views/sessions/new.html.erb
refinerycms-authentication-1.0.0 app/views/sessions/new.html.erb
refinerycms-authentication-0.9.9.22 app/views/sessions/new.html.erb
refinerycms-authentication-0.9.9.21 app/views/sessions/new.html.erb
refinerycms-authentication-0.9.9.20 app/views/sessions/new.html.erb
refinerycms-authentication-0.9.9.19 app/views/sessions/new.html.erb
refinerycms-authentication-0.9.9.18 app/views/sessions/new.html.erb
refinerycms-authentication-0.9.9.17 app/views/sessions/new.html.erb
refinerycms-authentication-0.9.9.16 app/views/sessions/new.html.erb
refinerycms-authentication-0.9.9.15 app/views/sessions/new.html.erb
refinerycms-authentication-0.9.9.14 app/views/sessions/new.html.erb
refinerycms-authentication-0.9.9.13 app/views/sessions/new.html.erb