mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-05 17:59:33 +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,6 +1,6 @@
|
|||
{# Renders a editable list of all attachments. form is the Attachment CollectionType #}
|
||||
{% macro attachment_edit_list(form, part_mode = false) %}
|
||||
{% form_theme form with ['Parts/edit/edit_form_styles.html.twig'] %}
|
||||
{% form_theme form with ['parts/edit/edit_form_styles.html.twig'] %}
|
||||
|
||||
{% import 'components/collection_type.macro.html.twig' as collection %}
|
||||
<div {{ collection.controller(form, 'attachment.edit.delete.confirm') }}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue