Skip to content
Snippets Groups Projects
Unverified Commit 3e35e9d6 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

first_name and last_name in person facets

parent 96428dbb
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,9 @@ title: >
Responsabilités de <%= @administrator.to_s %>
person: >
<%= @administrator.to_s %>
first_name: >
<%= @administrator.first_name %>
last_name: >
<%= @administrator.last_name %>
slug: "<%= @administrator.slug %>"
---
......@@ -3,5 +3,9 @@ title: >
Actualités de <%= @author.to_s %>
person: >
<%= @author.to_s %>
first_name: >
<%= @author.first_name %>
last_name: >
<%= @author.last_name %>
slug: "<%= @author.slug %>"
---
......@@ -3,5 +3,9 @@ title: >
Publications de <%= @researcher.to_s %>
person: >
<%= @researcher.to_s %>
first_name: >
<%= @researcher.first_name %>
last_name: >
<%= @researcher.last_name %>
slug: "<%= @researcher.slug %>"
---
......@@ -3,5 +3,9 @@ title: >
Enseignements de <%= @teacher.to_s %>
person: >
<%= @teacher.to_s %>
first_name: >
<%= @teacher.first_name %>
last_name: >
<%= @teacher.last_name %>
slug: "<%= @teacher.slug %>"
---
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