philomena/lib/philomena_web/templates/unlock/new.html.slime

13 lines
363 B
Text
Raw Normal View History

h1 Resend unlock instructions
= form_for :user, Routes.unlock_path(@conn, :create), fn f ->
.field
= email_input f, :email, placeholder: "Email", class: "input", required: true
.field
= checkbox f, :captcha, class: "js-captcha", value: 0
= label f, :captcha, "I am not a robot!"
div
= submit "Resend unlock instructions", class: "button"