We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227a0ee commit d15a964Copy full SHA for d15a964
1 file changed
app/views/admin/communication/websites/pages/static.html.erb
@@ -3,7 +3,13 @@ title: >
3
<%= @about.title %>
4
breadcrumb_title: "<%= @about.breadcrumb_title.blank? ? @about.title : @about.breadcrumb_title %>"
5
<%= render 'admin/application/static/permalink' %>
6
+<%
7
+case @about.kind
8
+when 'education_programs', 'education_diplomas' %>
9
+<%= render 'admin/application/static/design', full_width: true, toc_offcanvas: true %>
10
+<% else %>
11
<%= render 'admin/application/static/design' %>
12
+<% end %>
13
<% if @about.kind_persons? %>
14
has:
15
administrators: <%= @website.has_administrators? %>
0 commit comments