Current section

Files

Jump to
shopifex lib shopifex_web templates plan edit.html.eex
Raw

lib/shopifex_web/templates/plan/edit.html.eex

<h1>Edit Plan</h1>
<%= render "form.html", Map.put(assigns, :action, Routes.plan_path(@conn, :update, @plan)) %>
<span><%= link "Back", to: Routes.plan_path(@conn, :index) %></span>