mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
render_box person: possible to force disable AltNames; add space between span
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
|
||||
{% macro label(person, options) %}
|
||||
<div class="entity-label">
|
||||
|
||||
<div class="denomination {{ 'h' ~ options['hLevel'] }}">
|
||||
{%- if options['addLink'] and is_granted('CHILL_PERSON_SEE', person) -%}
|
||||
<a href="{{ chill_path_add_return_path('chill_person_view', { 'person_id': person.id }) }}">
|
||||
@@ -74,7 +73,9 @@
|
||||
|
||||
|
||||
{%- if render == 'raw' -%}
|
||||
{{ _self.raw(person, options) }}
|
||||
<span class="entity-raw">
|
||||
{{ _self.raw(person, options) }}
|
||||
</span>
|
||||
{%- endif -%}
|
||||
|
||||
{%- if render == 'label' -%}
|
||||
|
Reference in New Issue
Block a user