Current section

Files

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

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

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