Current section

Files

Jump to
imagine_cms lib imagine_web templates user new.html.eex
Raw

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)) %>