Current section

Files

Jump to
corex priv templates corex.gen.html resource_form.html.heex
Raw

priv/templates/corex.gen.html/resource_form.html.heex

<.form
:let={f}
for={@form}
action={@action}
>
<%= Mix.Tasks.Corex.Gen.Html.indent_inputs(inputs, 2) %>
<div class="layout__row justify-between">
<.navigate :if={@return_to} to={@return_to} type="href" class="button">Cancel</.navigate>
<.action class="button button--accent" type="submit">Save <%= schema.human_singular %></.action>
</div>
</.form>