Current section
Files
Jump to
Current section
Files
lib/imagine_web/templates/user/new.html.eex
<h1><%= link "Users", to: Routes.user_path(@conn, :index) %> / New User</h1>
<%= render "form.html", Map.put(assigns, :action, Routes.user_path(@conn, :create)) %>