mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-14 14:19:33 +00:00
Anzeige und Logik für zugehörige Build-Parts sowie Build-Tab bei Assemblies entfernen, da vorerst nicht benötigt.
This commit is contained in:
parent
9df2c4d307
commit
3f0738fa9e
3 changed files with 1 additions and 31 deletions
|
|
@ -20,11 +20,6 @@
|
|||
{% endif %}
|
||||
</h3>
|
||||
<h6 class="text-muted w-fit" title="{% trans %}description.label{% endtrans %}"><span>{{ assembly.description|format_markdown(true) }}</span></h6>
|
||||
{% if assembly.buildPart %}
|
||||
<h6>{% trans %}assembly.edit.associated_build_part{% endtrans %}:</h6>
|
||||
<a href="{{ entity_url(assembly.buildPart) }}">{{ assembly.buildPart.name }}</a>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -74,4 +69,4 @@
|
|||
{{ assembly.comment|format_markdown }}
|
||||
</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue