New User

<%= formFor(user, {action: profilesPath(), method: "POST"}) { %> <%= partial("profiles/form.html") %> <%= linkTo(profilesPath(), {class: "btn btn-warning", "data-confirm": "Are you sure?", body: "Cancel"}) %> <% } %>