Current section

Files

Jump to
imagine_cms lib imagine_web templates cms_template edit.html.eex
Raw

lib/imagine_web/templates/cms_template/edit.html.eex

<h1><%= link "Templates", to: Routes.cms_template_path(@conn, :index) %> / <%= @cms_template.name %></h1>
<%= render "form.html", Map.put(assigns, :action, Routes.cms_template_path(@conn, :update, @cms_template)) %>