Current section
Files
Jump to
Current section
Files
lib/imagine_web/templates/cms_snippet/new.html.eex
<h1><%= link "Snippets", to: Routes.cms_snippet_path(@conn, :index) %> / New Snippet</h1>
<%= render "form.html", Map.put(assigns, :action, Routes.cms_snippet_path(@conn, :create)) %>