We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9635cf3 commit e632d74Copy full SHA for e632d74
sde_indexing_helper/templates/sde_collections/collection_list.html
@@ -160,7 +160,7 @@ <h2 class="title">Welcome back!</h2>
160
<!-- Curated URLs Column - Shows count and links if >= 0 -->
161
<td class="noBorder centerAlign">
162
<a href=" {% if collection.num_curated_urls >= 0 %} {% url 'sde_collections:delta_urls' collection.pk %} {% endif %} "
163
- class="btn btn-sm {% if collection.num_curated_urls > 0 %}btn-primary {% else %}disabled{% endif %}candidateCount"
+ class="btn btn-sm {% if collection.num_curated_urls >= 0 %}btn-primary {% else %}disabled{% endif %}candidateCount"
164
role="button">{{ collection.num_curated_urls|intcomma }}</a>
165
</td>
166
0 commit comments