Skip to content

Instantly share code, notes, and snippets.

@toraritte
Created June 28, 2018 05:51
Show Gist options
  • Select an option

  • Save toraritte/9299cc5fa817d67183ac71fb9a571be5 to your computer and use it in GitHub Desktop.

Select an option

Save toraritte/9299cc5fa817d67183ac71fb9a571be5 to your computer and use it in GitHub Desktop.
The generated form via `mix phx.gen.html`
<%= form_for @changeset, @action, fn f -> %>
<%= if @changeset.action do %>
<div class="alert alert-danger">
<p>Oops, something went wrong! Please check the errors below.</p>
</div>
<% end %>
<!-- "She says ... a bunch of stuff. Look, have you tried drugs?" -->
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment