Current section
Files
Jump to
Current section
Files
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)) %>