api-v2/deps/phoenix/priv/templates/phx.gen.html/resource_form.html.heex
2025-04-16 10:03:13 -03:00

10 lines
323 B
Plaintext

<.simple_form :let={f} for={@changeset} action={@action}>
<.error :if={@changeset.action}>
Oops, something went wrong! Please check the errors below.
</.error>
<%= Mix.Tasks.Phx.Gen.Html.indent_inputs(inputs, 2) %>
<:actions>
<.button>Save <%= schema.human_singular %></.button>
</:actions>
</.simple_form>