Sha256: bdb4276b3ba53bd37ad339023de2221cd7c66422607c81e0623a57849ca77f6d

Contents?: true

Size: 916 Bytes

Versions: 1

Compression:

Stored size: 916 Bytes

Contents

- content_for(:title) { @title }

= form_for @account, as: :account, url: "/auther/session", html: {class: "auther-form"} do |form|
  .small-12
    .row
      h1.text-center = @label

    .row
      .small-8
        .row
          .small-6.columns
            = form.label :login, "Login:", class: "inline right"
          .small-6.columns
            = form.text_field :login

    .row
      .small-8
        .row
          .small-6.columns
            = form.label :password, "Password:", class: "inline right"
          .small-6.columns
            = form.password_field :password

    .row
      .small-8
        .row
          .small-6.columns
            = form.label :name, "Account:", class: "inline right"
          .small-6.columns
            = form.select :name, @name_options

    .row
      .small-8
        .row
          .small-6.right
            = form.submit "Login", class: "button round expand"

Version data entries

1 entries across 1 versions & 1 rubygems

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