mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-07-09 02:41: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
15
templates/parts/lists/store_location_list.html.twig
Normal file
15
templates/parts/lists/store_location_list.html.twig
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{% extends "base.html.twig" %}
|
||||
|
||||
{% block title %}
|
||||
{% trans %}parts_list.storelocation.title{% endtrans %} {{ entity.name }}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% include "parts/lists/_info_card.html.twig" with {'header_label': 'storelocation.label'} %}
|
||||
|
||||
{% include "parts/lists/_action_bar.html.twig" with {'url_options': {'storelocation': entity.iD}} %}
|
||||
|
||||
{% include "parts/lists/_parts_list.html.twig" %}
|
||||
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue