10 lines
213 B
Elixir
10 lines
213 B
Elixir
<%%= form_for @changeset, @action, [], fn f -> %>
|
|
<div>
|
|
<%= for input <- Mix.Legendary.inputs(schema) do %>
|
|
<%= input %>
|
|
<% end %>
|
|
<div>
|
|
<%%= styled_button "Save" %>
|
|
</div>
|
|
</div>
|
|
<%% end %>
|