mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
10 lines
357 B
Text
10 lines
357 B
Text
h1 Resend confirmation instructions
|
|
|
|
= form_for :user, Routes.confirmation_path(@conn, :create), fn f ->
|
|
.field
|
|
= email_input f, :email, placeholder: "Email", class: "input", required: true
|
|
|
|
= render PhilomenaWeb.CaptchaView, "_captcha.html", name: "confirmation", conn: @conn
|
|
|
|
div
|
|
= submit "Resend confirmation instructions", class: "button"
|