mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-01 23:19:35 +00:00
Renamed parts/ templates folder to recommended snake_case style
This commit is contained in:
parent
e8efe81f79
commit
9097220026
41 changed files with 63 additions and 63 deletions
|
|
@ -1,17 +0,0 @@
|
|||
{# var \App\Entity\Parts\Part part #}
|
||||
{% import "helper.twig" as helper %}
|
||||
|
||||
{% for name, parameters in part.groupedParameters %}
|
||||
{% if name is not empty %}<h5 class="mt-1">{{ name }}</h5>{% endif %}
|
||||
{{ helper.parameters_table(parameters) }}
|
||||
{% endfor %}
|
||||
|
||||
{% if description_params is not empty %}
|
||||
<h5 class="mt-1">{% trans %}parameters.extracted_from_description{% endtrans %}</h5>
|
||||
{{ helper.parameters_table(description_params) }}
|
||||
{% endif %}
|
||||
|
||||
{% if comment_params is not empty %}
|
||||
<h5 class="mt-1">{% trans %}parameters.auto_extracted_from_comment{% endtrans %}</h5>
|
||||
{{ helper.parameters_table(comment_params) }}
|
||||
{% endif %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue