Current section

Files

Jump to
imagine_cms lib imagine_web templates cms_snippet new.html.eex
Raw

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