Sha256: f38aa1d9492b13c78858e7b5b5d0de0ec7229b962c0403a351505fc45b58e6f8

Contents?: true

Size: 971 Bytes

Versions: 39

Compression:

Stored size: 971 Bytes

Contents

= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f|
  .row
    .logo= image_tag('tenon/client-logo.png')
    .title
      = Tenon::MySettings.site_title
  - unless flash[:alert].blank?
    .flash= flash[:alert]
  .row.bordered
    = f.label :email, :label => "Email Address:"
    = f.text_field :email, placeholder: 'user@example.com'

  .row.bordered
    = f.label :password, :label => "Password:"
    = f.password_field :password, placeholder: 'password'

  .row.bordered
    .remember
      = f.check_box :remember_me, class: 'tn-checkbox'
      = f.label :remember_me, "Remember Me?"

    = f.submit "Login", :class => "btn btn-info"

  .row.bordered
    %p{:style => "text-align: right; margin-top: 10px; font-size: 12px;"}
      - if devise_mapping.recoverable? && controller_name != 'passwords'
        = link_to "Forgot your password?", new_password_path(resource_name)
      = # " | "
      = # link_to "Register", "/register"

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
tenon-1.0.39 app/views/devise/sessions/new.html.haml
tenon-1.0.38 app/views/devise/sessions/new.html.haml
tenon-1.0.37 app/views/devise/sessions/new.html.haml
tenon-1.0.36 app/views/devise/sessions/new.html.haml
tenon-1.0.35 app/views/devise/sessions/new.html.haml
tenon-1.0.33 app/views/devise/sessions/new.html.haml
tenon-1.0.32 app/views/devise/sessions/new.html.haml
tenon-1.0.31 app/views/devise/sessions/new.html.haml
tenon-1.0.30 app/views/devise/sessions/new.html.haml
tenon-1.0.29 app/views/devise/sessions/new.html.haml
tenon-1.0.28 app/views/devise/sessions/new.html.haml
tenon-1.0.27 app/views/devise/sessions/new.html.haml
tenon-1.0.26 app/views/devise/sessions/new.html.haml
tenon-1.0.25 app/views/devise/sessions/new.html.haml
tenon-1.0.24 app/views/devise/sessions/new.html.haml
tenon-1.0.23 app/views/devise/sessions/new.html.haml
tenon-1.0.22 app/views/devise/sessions/new.html.haml
tenon-1.0.21 app/views/devise/sessions/new.html.haml
tenon-1.0.20 app/views/devise/sessions/new.html.haml
tenon-1.0.19 app/views/devise/sessions/new.html.haml