Sha256: dbb68b19c816be0c04d1cbdb8997ecc22c5b15e96d1e706918353df01661ef0e
Contents?: true
Size: 421 Bytes
Versions: 2
Compression:
Stored size: 421 Bytes
Contents
%section.d-flex.justify-content-center .form %h2= "Login" = form_for :session, url: admin_login_path do |f| .mb-3 = f.label :email, class: "form-label" = f.text_field :email, class: "form-control" .mb-3 = f.label :password, class: "form-label" = f.password_field :password, class: "form-control" %p= f.submit "#{t("sessions.submit")}", class: "btn btn-primary"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hyper-kitten-meow-0.1.2 | app/views/hyper_kitten_meow/admin/sessions/new.html.haml |
hyper-kitten-meow-0.1.1 | app/views/hyper_kitten/meow/admin/sessions/new.html.haml |