mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends 'prod/Tooltip/Tooltip.html.twig' %}
|
||||
|
||||
{% set title %}
|
||||
app['authentication'].getUser().getDisplayName()
|
||||
app['authentication'].getUser().getDisplayName(app['translator'])
|
||||
{% endset %}
|
||||
{% set width = 300 %}
|
||||
{% set maxwidth = null %}
|
||||
@@ -12,7 +12,7 @@
|
||||
<img style="margin:14px 8px;" src="/skins/icons/user.png"/>
|
||||
</div>
|
||||
<div class="PNB" style="left:100px;">
|
||||
<h1> {{ app['authentication'].getUser().getDisplayName() }}</h1>
|
||||
<h1> {{ app['authentication'].getUser().getDisplayName(app['translator']) }}</h1>
|
||||
<ul>
|
||||
<li>{{ app['authentication'].getUser().getEmail() }}</li>
|
||||
<li>{{ app['authentication'].getUser().getCompany() }}</li>
|
||||
|
Reference in New Issue
Block a user