Sha256: ba3d625f5d5fe385fbe1bd813f2225b824fa1f559d3c11fed546c40764da85ad

Contents?: true

Size: 496 Bytes

Versions: 1

Compression:

Stored size: 496 Bytes

Contents

= form_for @account, as: :account, url: "/auther/session", html: {class: "auther-form"} do |form|
  .row
    h1.title Authorization

  .row
    .label
      = form.label :login, "Login:"
    .input
      = form.text_field :login

  .row
    .label
      = form.label :password, "Password:"
    .input
      = form.password_field :password

  .row
    .label
      = form.label :name, "Account:"
    .input
      = form.select :name, @name_options

  .row
    .actions
      = form.submit "Login"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
auther-0.2.0 app/views/auther/session/new.html.slim