Current section

Files

Jump to
curator priv templates curator.registerable.install edit.html.eex
Raw

priv/templates/curator.registerable.install/edit.html.eex

<h2>Edit <%= schema.human_singular %></h2>
<%%= render "form.html", Map.put(assigns, :action, Routes.registration_path(@conn, :update)) %>
<span><%%= link "Back", to: Routes.registration_path(@conn, :show) %></span>