Current section
Files
Jump to
Current section
Files
priv/templates/confirmation/new.html.eex
<h2><%%= dgettext("haytni", "Resend confirmation instructions") %></h2>
<%%= form_for @changeset, confirmation_path(@conn, :create), [as: :confirmation], fn f -> %>
<%= ~s'<%= render #{inspect web_module}.Haytni.SharedView, "keys.html", changeset: @changeset, f: f, keys: Haytni.ConfirmablePlugin.confirmation_keys() %\x3E' %>
<div class="form-group">
<%%= submit dgettext("haytni", "Resend confirmation instructions"), class: "btn btn-primary" %>
<%%= link dgettext("haytni", "Cancel"), to: "/", class: "btn" %>
</div>
<%= ~s'<%= render #{inspect web_module}.Haytni.SharedView, "links.html", assigns %\x3E' %>
<%% end %>