Current section
Files
Jump to
Current section
Files
priv/boilerplate/templates/application/new.html.eex
<h2>New Application</h2>
<%%= render "form.html", changeset: @changeset,
action: oauth_application_path(@conn, :create) %>
<span><%%= link "Back", to: oauth_application_path(@conn, :index) %></span>