Skip to content
Snippets Groups Projects
Commit 672e041e authored by Arnaud Levy's avatar Arnaud Levy
Browse files

posts index are full width

parent b1f6c172
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,9 @@ breadcrumb_title: "<%= @about.breadcrumb_title.blank? ? @about.title : @about.br
<%= render 'admin/application/static/permalink' %>
<%
case @about.kind
when 'education_programs', 'education_diplomas' %>
when 'education_programs',
'education_diplomas',
'communication_posts' %>
<%= render 'admin/application/static/design', full_width: true, toc_offcanvas: true %>
<% else %>
<%= render 'admin/application/static/design' %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment