mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-07-08 18:31:34 +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
6
templates/parts/info/_history.html.twig
Normal file
6
templates/parts/info/_history.html.twig
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<div class="mt-2">
|
||||
{% if datatable is not null %}
|
||||
{% import "components/history_log_macros.html.twig" as log %}
|
||||
{{ log.element_history_component(datatable) }}
|
||||
{% endif %}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue