Skip to content

Commit 6e60770

Browse files
committed
Add user name in view
1 parent 8af36c9 commit 6e60770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/user-stats.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{% endblock %}
99

1010
{% block content_title %}
11-
{{ 'user.stats.title'|trans({}, 'UserStatsBundle') }}
11+
{{ 'user.stats.title'|trans({}, 'UserStatsBundle') }} {% if user.lastname is defined and user.firstname is defined %}{{ user.lastname ~ ' ' ~ user.firstname }}{% endif %}
1212
{% endblock %}
1313

1414
{% block page_actions %}

0 commit comments

Comments
 (0)