mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-21 10:29:31 +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
|
|
@ -3,8 +3,7 @@
|
|||
{# @var entity App\Entity\ProjectSystem\Project #}
|
||||
|
||||
{% block card_title %}
|
||||
<i class="fas fa-archive fa-fw"></i>
|
||||
{{ data_source_name_with_hint('project', 'project.labelp') }}
|
||||
<i class="fas fa-archive fa-fw"></i> {{ type_label_p(entity) }}
|
||||
{% endblock %}
|
||||
|
||||
{% block edit_title %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue