From d50da6074b8622f8f8b3ef949ca40f27e47c56eb Mon Sep 17 00:00:00 2001 From: Olivia206 <olivia.simonet@mmibordeaux.com> Date: Fri, 10 Mar 2023 17:37:12 +0100 Subject: [PATCH] fixed person summary --- app/views/extranet/contacts/persons/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/extranet/contacts/persons/show.html.erb b/app/views/extranet/contacts/persons/show.html.erb index 659087c0f..cc214ac2d 100644 --- a/app/views/extranet/contacts/persons/show.html.erb +++ b/app/views/extranet/contacts/persons/show.html.erb @@ -4,7 +4,7 @@ <div class="col-md-8 order-2 order-md-1"> <div class="row"> <div class="col-md-9"> - <% unless @person.biography.blank? %> + <% unless @person.summary.blank? %> <p class="lead"> <%= @person.summary %> </p> -- GitLab