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