Created
June 28, 2018 05:51
-
-
Save toraritte/9299cc5fa817d67183ac71fb9a571be5 to your computer and use it in GitHub Desktop.
The generated form via `mix phx.gen.html`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <%= 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