Sha256: 2b40c1d90e39b1f48dd06ec3ca8e17242c0cbf02972edfdb74dcd8fde91475cd

Contents?: true

Size: 999 Bytes

Versions: 17

Compression:

Stored size: 999 Bytes

Contents

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

<%= form_for resource, :as => resource_name,
                       :url => refinery.refinery_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_refinery_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

17 entries across 17 versions & 1 rubygems

Version Path
refinerycms-authentication-2.1.5 app/views/refinery/sessions/new.html.erb
refinerycms-authentication-2.1.4 app/views/refinery/sessions/new.html.erb
refinerycms-authentication-2.1.3 app/views/refinery/sessions/new.html.erb
refinerycms-authentication-2.1.2 app/views/refinery/sessions/new.html.erb
refinerycms-authentication-2.1.1 app/views/refinery/sessions/new.html.erb
refinerycms-authentication-2.1.0 app/views/refinery/sessions/new.html.erb
refinerycms-authentication-2.0.10 app/views/refinery/sessions/new.html.erb
refinerycms-authentication-2.0.9 app/views/refinery/sessions/new.html.erb
refinerycms-authentication-2.0.8 app/views/refinery/sessions/new.html.erb
refinerycms-authentication-2.0.7 app/views/refinery/sessions/new.html.erb
refinerycms-authentication-2.0.6 app/views/refinery/sessions/new.html.erb
refinerycms-authentication-2.0.5 app/views/refinery/sessions/new.html.erb
refinerycms-authentication-2.0.4 app/views/refinery/sessions/new.html.erb
refinerycms-authentication-2.0.3 app/views/refinery/sessions/new.html.erb
refinerycms-authentication-2.0.2 app/views/refinery/sessions/new.html.erb
refinerycms-authentication-2.0.1 app/views/refinery/sessions/new.html.erb
refinerycms-authentication-2.0.0 app/views/refinery/sessions/new.html.erb