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

breadcrumbs

parent 3b9d4be5
No related branches found
No related tags found
No related merge requests found
---
title: >
<%= @about.to_s %>
<%= render 'admin/application/static/breadcrumbs',
pages: @website.special_page(Communication::Website::Page::Organization).ancestors_and_self,
current: @about %>
<%= render 'admin/application/static/permalink' %>
<%= render 'admin/application/static/design', full_width: true, toc_offcanvas: true %>
kind:
......
---
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 %>
<%= 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 %>
<%= 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 %>
<%= 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 %>
<%= 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