Sha256: a7a6a77016da8b68b85e8097d001d89b412ca6d3134865c76fffbbddd9051bbf

Contents?: true

Size: 828 Bytes

Versions: 27

Compression:

Stored size: 828 Bytes

Contents

= devise_error_messages!

= form_for(resource, :as => resource_name, :url => session_path(resource_name), :html => {:class => 'form-horizontal'}) do |f|

  %fieldset
    %legend Sign In

    .control-group
      = f.label :email, :class=>'control-label', :tabindex => "1"
      .controls
        = f.text_field :email
        %p.help-block= link_to "I don't have an account yet!", new_registration_path(resource_name) if User.ancestors.include? Devise::Models::Registerable
    .control-group
      = f.label :password, :class=>'control-label', :tabindex => "2"
      .controls
        = f.password_field :password, autocomplete: 'off'
        %p.help-block= link_to "Forgot your password?", new_password_path(resource_name)

    .form-actions
      = f.submit "Sign In", :class => "btn btn-primary btn-large", :tabindex => "3"

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 app/views/users/sessions/new.html.haml
artfully_ose-1.3.0.pre3 app/views/users/sessions/new.html.haml
artfully_ose-1.3.0.pre2 app/views/users/sessions/new.html.haml
artfully_ose-1.3.0.pre1 app/views/users/sessions/new.html.haml
artfully_ose-1.2.0 app/views/users/sessions/new.html.haml
artfully_ose-1.2.0.beta.1 app/views/users/sessions/new.html.haml
artfully_ose-1.2.0.alpha.2 app/views/users/sessions/new.html.haml
artfully_ose-1.2.0.alpha.1 app/views/users/sessions/new.html.haml
artfully_ose-1.2.0.pre.27 app/views/users/sessions/new.html.haml
artfully_ose-1.2.0.pre.26 app/views/users/sessions/new.html.haml
artfully_ose-1.2.0.pre.24 app/views/users/sessions/new.html.haml
artfully_ose-1.2.0.pre.23 app/views/users/sessions/new.html.haml
artfully_ose-1.2.0.pre.21 app/views/users/sessions/new.html.haml
artfully_ose-1.2.0.pre.20 app/views/users/sessions/new.html.haml
artfully_ose-1.2.0.pre.19 app/views/users/sessions/new.html.haml
artfully_ose-1.2.0.pre.18 app/views/users/sessions/new.html.haml
artfully_ose-1.2.0.pre.17 app/views/users/sessions/new.html.haml
artfully_ose-1.2.0.pre.16 app/views/users/sessions/new.html.haml
artfully_ose-1.2.0.pre.15 app/views/users/sessions/new.html.haml
artfully_ose-1.2.0.pre.12 app/views/users/sessions/new.html.haml