Sha256: 947201b01d0f6c8b42647c503a7c2aeaa12e5d3b38ada8d9bb424e9a11724764

Contents?: true

Size: 357 Bytes

Versions: 13

Compression:

Stored size: 357 Bytes

Contents

%h2 Admin Sign in
= simple_form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f|
  .form-inputs
    = f.input :email, :required => false, :autofocus => true
    = f.input :password, :required => false
    = f.input :remember_me, :as => :boolean if devise_mapping.rememberable?
  .form-actions
    = f.button :submit, "Sign in"

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
cybele-1.6.0 templates/app/views/hq/sessions/new.html.haml
cybele-1.5.1 templates/app/views/hq/sessions/new.html.haml
cybele-1.5.0 templates/app/views/hq/sessions/new.html.haml
cybele-1.4.0 templates/app/views/hq/sessions/new.html.haml
cybele-1.3.0 templates/app/views/hq/sessions/new.html.haml
cybele-1.2.0 templates/app/views/hq/sessions/new.html.haml
cybele-1.1.0 templates/app/views/hq/sessions/new.html.haml
cybele-1.0.0 templates/app/views/hq/sessions/new.html.haml
cybele-0.10.1 templates/app/views/hq/sessions/new.html.haml
cybele-0.10.0 templates/app/views/hq/sessions/new.html.haml
cybele-0.9.0 templates/app/views/hq/sessions/new.html.haml
cybele-0.8.0 templates/app/views/hq/sessions/new.html.haml
cybele-0.7.0 templates/app/views/hq/sessions/new.html.haml