<%= form_for @changeset, @action, fn f -> %> <%= if @changeset.action do %>

Oops, something went wrong! Please check the errors below.

<% end %>
<%= label f, :role, class: "control-label" %> <%= number_input f, :role, class: "form-control" %> <%= error_tag f, :role %>
<%= submit "Submit", class: "btn btn-primary" %>
<% end %>