change in view.html.twig (Ressources/views/Person) line 195 blockquote for email

This commit is contained in:
Benoit BENICH (@bbbenoit) 2017-04-06 15:09:18 +02:00
parent 7d80ff43dd
commit 130c9eb859

View File

@ -192,7 +192,7 @@ This view should receive those arguments:
{%- if chill_person.fields.email == 'visible' -%}
<dl>
<dt>{{ 'Email'|trans }}&nbsp;:</dt>
<dd>{% if person.email is not empty %}<pre>{{ person.email}}</pre>{% else %}<span class="chill-no-data-statement">{{ 'No data given'|trans }}</span>{% endif %}</dd>
<dd>{% if person.email is not empty %}<blockquote class="chill-user-quote">{{ person.email|nl2br }}</blockquote>{% else %}<span class="chill-no-data-statement">{{ 'No data given'|trans }}</span>{% endif %}</dd>
</dl>
{%- endif -%}
{%- if chill_person.fields.phonenumber == 'visible' -%}