Sha256: 16219d3462aa61994727c8dd7ceccde0a60d0ad2efd7110bb138f83c3be536d5

Contents?: true

Size: 441 Bytes

Versions: 17

Compression:

Stored size: 441 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')
      .form-group
        = f.password_field :password, placeholder: t('terms.password')

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

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
fluentd-ui-0.3.17 app/views/sessions/new.html.haml
fluentd-ui-0.3.16 app/views/sessions/new.html.haml
fluentd-ui-0.3.15 app/views/sessions/new.html.haml
fluentd-ui-0.3.14 app/views/sessions/new.html.haml
fluentd-ui-0.3.13 app/views/sessions/new.html.haml
fluentd-ui-0.3.12 app/views/sessions/new.html.haml
fluentd-ui-0.3.11 app/views/sessions/new.html.haml
fluentd-ui-0.3.10 app/views/sessions/new.html.haml
fluentd-ui-0.3.9 app/views/sessions/new.html.haml
fluentd-ui-0.3.8 app/views/sessions/new.html.haml
fluentd-ui-0.3.7 app/views/sessions/new.html.haml
fluentd-ui-0.3.6 app/views/sessions/new.html.haml
fluentd-ui-0.3.5 app/views/sessions/new.html.haml
fluentd-ui-0.3.3 app/views/sessions/new.html.haml
fluentd-ui-0.3.2 app/views/sessions/new.html.haml
fluentd-ui-0.3.1 app/views/sessions/new.html.haml
fluentd-ui-0.3.0 app/views/sessions/new.html.haml