mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 12:37:58 +01:00
12 lines
363 B
Text
12 lines
363 B
Text
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"
|