Skip to content
Snippets Groups Projects
Unverified Commit 06a4212d authored by Arnaud Levy's avatar Arnaud Levy Committed by GitHub
Browse files

Merge pull request #624 from noesya/precompute-persons-for-website

Précalcul de la présence des types de personne dans les sites Web
parents 0840d461 44ea586b
No related branches found
Tags v1.2.3
No related merge requests found
......@@ -3,6 +3,13 @@ title: >
<%= @about.title %>
breadcrumb_title: "<%= @about.breadcrumb_title.blank? ? @about.title : @about.breadcrumb_title %>"
<%= render 'admin/application/static/permalink' %>
<% if @about.kind_persons? %>
has:
administrators: <%= @website.has_administrators? %>
authors: <%= @website.has_authors? %>
researchers: <%= @website.has_researchers? %>
teachers: <%= @website.has_teachers? %>
<% end %>
position: <%= @about.position %>
full_width: <%= @about.full_width %>
bodyclass: <%= @about.best_bodyclass %>
......
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