mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-07 08:54:36 +02:00
Removed not needed template file
This commit is contained in:
parent
38ff9bae4a
commit
74a563a75a
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
{% if list != null %}
|
||||
<ul class="structural_link">
|
||||
{% for element in list %}
|
||||
<li {% if element.selected != null %}class="active"{% endif %}>
|
||||
{% if element.href %}
|
||||
<a href="{{ element.href }}">{if $element.label}{$element.label}{/if}</a>
|
||||
{% else %}
|
||||
{$element.label}
|
||||
{% endif %}
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% else %}
|
||||
<div class="form-control-static">-</div>
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue