Packages

A Generator to support user registration

Current section

Files

Jump to
curator_registerable priv templates curator_registerable.install new.html.eex
Raw

priv/templates/curator_registerable.install/new.html.eex

<div class="panel panel-primary">
<div class="panel-heading">
<h2 class="panel-title">New Account</h2>
</div>
<div class="panel-body">
<%%= render "form.html", changeset: @changeset,
action: registration_path(@conn, :create) %>
</div>
<div class="panel-footer clearfix">
<%%= link to: page_path(@conn, :index), class: "btn btn-info btn-xs pull-left" do %>
<span aria-hidden="true">&larr;</span> Back
<%% end %>
</div>
</div>