Sha256: 55a50e8e73ad4497a34889c966cb97c638705fc2ea8391a9e02d2045fa864dd5

Contents?: true

Size: 1.35 KB

Versions: 36

Compression:

Stored size: 1.35 KB

Contents

div(class: 'devise-form-wrapper') {
  div(class: 'devise-form form-container medium-6 large-4 columns large-centered medium-centered') {
    div(class: 'form-header') {
      h3 "Sign In"
    }
    form(class: 'new_user', 'accept-charset' => "UTF-8", :action => "/users/sign_in", id: "new_user", method: "post") {
      div(style: "display:none") {
        add_child helpers.utf8_enforcer_tag
        add_child helpers.send(:token_tag)
      }
        
      label(class: 'hide', for: "user_email") { "Email" }
      input autofocus: "autofocus", id: "user_email", name: "user[email]", placeholder: "Email", type: "email", value: ""
      label(class: 'hide', for: "user_password") { "Password" }
      input autocomplete: "off", id: "user_password", name: "user[password]", placeholder: "Password", type: "password"
      input class: "button radius expand small", name: "commit", type: "submit", value: "Sign in"
      label class: "hide", for: "user_remember_me"
      input name: "user[remember_me]", type: "hidden", value: "0"
      input checked: "checked", id: "user_remember_me", name: "user[remember_me]", type: "checkbox", value: "1"
      span " Remember me"
      a(class: "gray-link", href: "/users/password/new") { "Forgot password?" }
    }

    hr
    div class: "services-container"
    a(href: "/users/auth/appexpress") { "Sign in with appexpress" }
    br

  }
}

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
express_admin-2.0.0.b test/dummy/app/views/demo/sign_in.html.et
express_admin-2.0.0.a test/dummy/app/views/demo/sign_in.html.et
express_admin-1.8.1 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.8.0 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.7.32 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.7.31 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.7.30 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.7.29 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.7.28 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.7.27 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.7.26 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.7.25 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.7.24 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.7.23 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.7.22 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.7.21 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.7.20 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.7.19 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.7.18 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.7.17 test/dummy/app/views/demo/sign_in.html.et