Sha256: 8fc01ada5e45724ee1f092bba1666f82633e59a9111956fae662dcd1f63357a1
Contents?: true
Size: 303 Bytes
Versions: 2
Compression:
Stored size: 303 Bytes
Contents
- title @application&.title .row .col-md-6 = simple_form_for @session_form.model, url: session_path, method: :post, html: { class: 'form-horizontal' } do |f| = f.input :email, as: :string = f.input :password = f.button :submit, t('helpers.links.enter'), class: 'btn btn-success'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tramway-user-1.1.4 | app/views/tramway/user/web/sessions/new.html.haml |
tramway-user-1.1.3 | app/views/tramway/user/web/sessions/new.html.haml |