mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-21 18:39:31 +00:00
Renamed AdminPages/ templates folder to recommended snake_case style
This commit is contained in:
parent
1559b669df
commit
a128f40358
32 changed files with 32 additions and 32 deletions
18
templates/admin/footprint_admin.html.twig
Normal file
18
templates/admin/footprint_admin.html.twig
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{% extends "admin/base_admin.html.twig" %}
|
||||
|
||||
{% block card_title %}
|
||||
<i class="fas fa-microchip fa-fw"></i> {% trans %}footprint.labelp{% endtrans %}
|
||||
{% endblock %}
|
||||
|
||||
{% block master_picture_block %}
|
||||
{{ form_row(form.master_picture_attachment) }}
|
||||
{{ form_row(form.footprint_3d) }}
|
||||
{% endblock %}
|
||||
|
||||
{% block edit_title %}
|
||||
{% trans %}footprint.edit{% endtrans %}: <a href="{{ path('part_list_footprint', {'id': entity.id}) }}">{{ entity.name }}</a>
|
||||
{% endblock %}
|
||||
|
||||
{% block new_title %}
|
||||
{% trans %}footprint.new{% endtrans %}
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue