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

force programs and diplomas index

parent 227a0ee4
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,13 @@ title: >
<%= @about.title %>
breadcrumb_title: "<%= @about.breadcrumb_title.blank? ? @about.title : @about.breadcrumb_title %>"
<%= render 'admin/application/static/permalink' %>
<%
case @about.kind
when 'education_programs', 'education_diplomas' %>
<%= render 'admin/application/static/design', full_width: true, toc_offcanvas: true %>
<% else %>
<%= render 'admin/application/static/design' %>
<% end %>
<% if @about.kind_persons? %>
has:
administrators: <%= @website.has_administrators? %>
......
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