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

fix summary in extranet

parent b4fc56a8
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,12 @@
<% end %>
</div>
<div class="col-lg-5">
<p class="mb-0"><%= link_to l10n, contacts_person_path(person) %></p>
<p class="mt-0 text-muted"><%= l10n.summary %></p>
<p class="mb-0">
<%= link_to l10n, contacts_person_path(person) %>
</p>
<div class="mt-0 text-muted">
<%= sanitize l10n.summary %>
</div>
</div>
<div class="col-lg-5">
<%= render 'extranet/contacts/persons/details', person: person, l10n: l10n %>
......
......@@ -5,9 +5,9 @@
<div class="row">
<div class="col-md-9">
<% unless @l10n.summary.blank? %>
<p class="lead">
<%= @l10n.summary %>
</p>
<div class="lead">
<%= sanitize @l10n.summary %>
</div>
<% end %>
<% unless @l10n.biography.blank? %>
<div class="biography mb-5">
......
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