Sha256: eb31695e2f093bf8c746e3445615900600f570e8233eb88bc412522752816e36

Contents?: true

Size: 1.43 KB

Versions: 28

Compression:

Stored size: 1.43 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") {
        input name: "utf8", type: "hidden", value: "✓"
        input name: "authenticity_token", type: "hidden", value: "Zp9VllF7siBJvRs2etlWJdCBwxy9fbKoY01B33d1B50="
      }
        
      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

28 entries across 28 versions & 1 rubygems

Version Path
express_admin-1.6.13 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.6.12 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.6.11 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.6.10 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.6.9 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.6.8 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.6.7 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.6.4 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.6.3 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.6.2 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.6.1 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.6.0 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.5.0 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.4.11 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.4.10 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.4.9 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.4.8 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.4.7 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.4.6 test/dummy/app/views/demo/sign_in.html.et
express_admin-1.4.5 test/dummy/app/views/demo/sign_in.html.et