mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-21 02:19:30 +00:00
Use new synonym system for admin page titles
This commit is contained in:
parent
cb27101729
commit
f61ecc9738
14 changed files with 83 additions and 138 deletions
|
|
@ -5,7 +5,7 @@
|
|||
{# @var entity \App\Entity\UserSystem\User #}
|
||||
|
||||
{% block card_title %}
|
||||
<i class="fas fa-user fa-fw"></i> {% trans %}user.edit.caption{% endtrans %}
|
||||
<i class="fas fa-user fa-fw"></i> {{ type_label_p(entity) }}
|
||||
{% endblock %}
|
||||
|
||||
{% block comment %}{% endblock %}
|
||||
|
|
@ -111,4 +111,4 @@
|
|||
|
||||
{% block preview_picture %}
|
||||
<img src="{{ avatar_helper.avatarURL(entity) }}" style="height: 50px;">
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue