mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-08-02 22:51:48 +00:00
parent
bc6a4004b5
commit
ce3c8f3056
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@
|
|||
<h6 class="dropdown-header">{{ (type.value~'.label') | trans }}</h6>
|
||||
{% endif %}
|
||||
{% for profile in profiles %}
|
||||
<a class="dropdown-item" href="{{ path('label_dialog_profile', {'profile': profile.id }) }}">{{ profile.name }}</a>
|
||||
<a class="dropdown-item" href="{{ path('label_dialog_profile', {'profile': profile.id, 'target_id': form.target_id.vars.value }) }}">{{ profile.name }}</a>
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue