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

wip

parent c98cd3a9
No related branches found
No related tags found
No related merge requests found
---
title: >
Responsabilités de <%= @about.to_s %>
<%= render 'admin/application/static/breadcrumbs',
pages: @website.special_page(Communication::Website::Page::Administrator).ancestors_and_self,
current: @about %>
breadcrumbs:
<% @website.special_page(Communication::Website::Page::Person).ancestors_and_self.each do |page| %>
- title: "<%= page.best_title %>"
path: "<%= page.path %>"
<% end %>
- title: "<%= current.to_s %>"
path: "<%= @about.person.path %>"
- title: "Responsabilités"
<%= render 'admin/application/static/permalink' %>
<%= render 'admin/application/static/design', full_width: true, toc_offcanvas: true %>
person: >
......
---
title: >
Actualités de <%= @about.to_s %>
<%= render 'admin/application/static/breadcrumbs',
pages: @website.special_page(Communication::Website::Page::Author).ancestors_and_self,
current: @about %>
breadcrumbs:
<% @website.special_page(Communication::Website::Page::Person).ancestors_and_self.each do |page| %>
- title: "<%= page.best_title %>"
path: "<%= page.path %>"
<% end %>
- title: "<%= current.to_s %>"
path: "<%= @about.person.path %>"
- title: "Actualités"
<%= render 'admin/application/static/permalink' %>
<%= render 'admin/application/static/design', full_width: true, toc_offcanvas: true %>
person: >
......
---
title: >
Publications de <%= @about.to_s %>
<%= render 'admin/application/static/breadcrumbs',
pages: @website.special_page(Communication::Website::Page::Researcher).ancestors_and_self,
current: @about %>
breadcrumbs:
<% @website.special_page(Communication::Website::Page::Person).ancestors_and_self.each do |page| %>
- title: "<%= page.best_title %>"
path: "<%= page.path %>"
<% end %>
- title: "<%= current.to_s %>"
path: "<%= @about.person.path %>"
- title: "Publications"
<%= render 'admin/application/static/permalink' %>
<%= render 'admin/application/static/design', full_width: true, toc_offcanvas: true %>
person: >
......
---
title: >
Enseignements de <%= @about.to_s %>
<%= render 'admin/application/static/breadcrumbs',
pages: @website.special_page(Communication::Website::Page::Teacher).ancestors_and_self,
current: @about %>
breadcrumbs:
<% @website.special_page(Communication::Website::Page::Person).ancestors_and_self.each do |page| %>
- title: "<%= page.best_title %>"
path: "<%= page.path %>"
<% end %>
- title: "<%= current.to_s %>"
path: "<%= @about.person.path %>"
- title: "Enseignements"
<%= render 'admin/application/static/permalink' %>
<%= render 'admin/application/static/design', full_width: true, toc_offcanvas: true %>
person: >
......
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