WIP: API: add icon_url
#122
@ -87,6 +87,10 @@
|
|||||||
text-overflow: ellipsis
|
text-overflow: ellipsis
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
|
|
||||||
|
&.ext-detail-info-tags
|
||||||
|
text-overflow: clip
|
||||||
|
white-space: wrap
|
||||||
|
|
||||||
dl,
|
dl,
|
||||||
dd:last-child
|
dd:last-child
|
||||||
margin-bottom: 0
|
margin-bottom: 0
|
||||||
|
@ -109,11 +109,11 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="dl-row">
|
<div class="dl-row">
|
||||||
<dd>
|
<dd class="ext-detail-info-tags">
|
||||||
{% if version.tags.count %}
|
{% if version.tags.count %}
|
||||||
{% include "extensions/components/tags.html" with small=True version=version %}
|
{% include "extensions/components/tags.html" with small=True version=version %}
|
||||||
{% else %}
|
{% else %}
|
||||||
No tags.
|
No tags.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</dd>
|
</dd>
|
||||||
</div>
|
</div>
|
||||||
|
@ -218,9 +218,11 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if latest.tags.count %}
|
{% if latest.tags.count %}
|
||||||
<div class="dl-row">
|
<div class="dl-row">
|
||||||
<dd>{% include "extensions/components/tags.html" with small=True version=latest %}</dd>
|
<dd class="ext-detail-info-tags">
|
||||||
</div>
|
{% include "extensions/components/tags.html" with small=True version=latest %}
|
||||||
|
</dd>
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user