Current section

Files

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

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

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