Sha256: 7a919a1a54b178218a0ceddf1a87ae2b249cff6889c89baa823541211fc184db

Contents?: true

Size: 982 Bytes

Versions: 34

Compression:

Stored size: 982 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.email_field :email, placeholder: 'user@example.com'

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

  .row.bordered
    .remember.left
      = f.check_box :remember_me, class: 'tn-checkbox-left'
      = 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

34 entries across 34 versions & 1 rubygems

Version Path
tenon-1.1.8 app/views/devise/sessions/new.html.haml
tenon-1.1.7 app/views/devise/sessions/new.html.haml
tenon-1.1.6 app/views/devise/sessions/new.html.haml
tenon-1.1.5 app/views/devise/sessions/new.html.haml
tenon-1.1.4 app/views/devise/sessions/new.html.haml
tenon-1.1.3 app/views/devise/sessions/new.html.haml
tenon-1.1.2 app/views/devise/sessions/new.html.haml
tenon-1.1.1 app/views/devise/sessions/new.html.haml
tenon-1.0.76 app/views/devise/sessions/new.html.haml
tenon-1.0.75 app/views/devise/sessions/new.html.haml
tenon-1.0.74 app/views/devise/sessions/new.html.haml
tenon-1.0.73 app/views/devise/sessions/new.html.haml
tenon-1.0.72 app/views/devise/sessions/new.html.haml
tenon-1.0.71 app/views/devise/sessions/new.html.haml
tenon-1.0.70 app/views/devise/sessions/new.html.haml
tenon-1.0.69 app/views/devise/sessions/new.html.haml
tenon-1.0.68 app/views/devise/sessions/new.html.haml
tenon-1.0.67 app/views/devise/sessions/new.html.haml
tenon-1.0.66 app/views/devise/sessions/new.html.haml
tenon-1.0.65 app/views/devise/sessions/new.html.haml