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