Sha256: bab3f623b0a7a00934be277b0e51657066b9e77b9d2b0ab87a9914969edef8a4

Contents?: true

Size: 487 Bytes

Versions: 10

Compression:

Stored size: 487 Bytes

Contents

.login-panel.panel.panel-default
  .panel-heading
    %h3.panel-title
      = t('messages.please_sign_in')
  .panel-body
    = render partial: "shared/error"
    = form_for(:session, url: sessions_path) do |f|
      .form-group
        = f.text_field :name, placeholder: t('terms.name'), class: "form-control"
      .form-group
        = f.password_field :password, placeholder: t('terms.password'), class: "form-control"

      = submit_tag t("terms.sign_in"), class: "btn btn-success"

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fluentd-ui-0.4.5 app/views/sessions/new.html.haml
fluentd-ui-0.4.4 app/views/sessions/new.html.haml
fluentd-ui-0.4.3 app/views/sessions/new.html.haml
fluentd-ui-0.4.2 app/views/sessions/new.html.haml
fluentd-ui-0.4.1 app/views/sessions/new.html.haml
fluentd-ui-0.4.0 app/views/sessions/new.html.haml
fluentd-ui-0.3.21 app/views/sessions/new.html.haml
fluentd-ui-0.3.20 app/views/sessions/new.html.haml
fluentd-ui-0.3.19 app/views/sessions/new.html.haml
fluentd-ui-0.3.18 app/views/sessions/new.html.haml