Current section

Files

Jump to
phoenix priv templates phx.gen.html resource_form.html.heex
Raw

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

<.form :let={f} for={@changeset} action={@action}>
<%= Mix.Tasks.Phx.Gen.Html.indent_inputs(inputs, 2) %>
<footer>
<.button variant="primary">Save <%= schema.human_singular %></.button>
<.button :if={@return_to} href={@return_to}>Cancel</.button>
</footer>
</.form>