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