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

11 lines
335 B
Text
Raw Normal View History

h1 Resend confirmation instructions
2024-06-06 22:28:35 +02:00
= form_for :user, ~p"/confirmations", fn f ->
.field
= email_input f, :email, placeholder: "Email", class: "input", required: true
2020-09-12 19:43:16 +02:00
= render PhilomenaWeb.CaptchaView, "_captcha.html", name: "confirmation", conn: @conn
div
= submit "Resend confirmation instructions", class: "button"