<%= dgettext "coherence", "Resend Confirmation Instructions" %>

<%= form_for @changeset, confirmation_path(@conn, :create), [as: :confirmation], fn f -> %>
<%= required_label f, dgettext("coherence", "Email"), class: "control-label" %> <%= text_input f, :email, class: "form-control", required: "" %> <%= error_tag f, :email %>
<%= submit dgettext("coherence", "Resend Email"), class: "btn btn-primary" %> <%= link dgettext("coherence", "Cancel"), to: Coherence.Config.logged_out_url("/"), class: "btn" %>
<% end %>