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

Fix le fix #1300

parent 9d878656
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ breadcrumbs:
- title: "<%= page.best_title %>"
path: "<%= page.path %>"
<% end %>
- title: "<%= current.to_s %>"
- title: "<%= @about.to_s %>"
path: "<%= @about.person.path %>"
- title: "Responsabilités"
<%= render 'admin/application/static/permalink' %>
......
......@@ -6,7 +6,7 @@ breadcrumbs:
- title: "<%= page.best_title %>"
path: "<%= page.path %>"
<% end %>
- title: "<%= current.to_s %>"
- title: "<%= @about.to_s %>"
path: "<%= @about.person.path %>"
- title: "Actualités"
<%= render 'admin/application/static/permalink' %>
......
......@@ -6,7 +6,7 @@ breadcrumbs:
- title: "<%= page.best_title %>"
path: "<%= page.path %>"
<% end %>
- title: "<%= current.to_s %>"
- title: "<%= @about.to_s %>"
path: "<%= @about.person.path %>"
- title: "Publications"
<%= render 'admin/application/static/permalink' %>
......
......@@ -6,7 +6,7 @@ breadcrumbs:
- title: "<%= page.best_title %>"
path: "<%= page.path %>"
<% end %>
- title: "<%= current.to_s %>"
- title: "<%= @about.to_s %>"
path: "<%= @about.person.path %>"
- title: "Enseignements"
<%= render 'admin/application/static/permalink' %>
......
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