Cosmetics: display lots inline & use ligh bg
Lower visual weight because it's secundary information
This commit is contained in:
parent
300edac5a8
commit
56ccb7591a
|
@ -358,10 +358,9 @@
|
||||||
{{ dev.verbose_name }}
|
{{ dev.verbose_name }}
|
||||||
</a>
|
</a>
|
||||||
{% if dev.lots | length > 0 %}
|
{% if dev.lots | length > 0 %}
|
||||||
<br />
|
<h6 class="d-inline">
|
||||||
<h6>
|
|
||||||
{% for lot in dev.lots %}
|
{% for lot in dev.lots %}
|
||||||
<span class="badge rounded-pill bg-dark">{{ lot.name }}</span>
|
<span class="badge rounded-pill bg-light text-dark">{{ lot.name }}</span>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</h6>
|
</h6>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Reference in New Issue