File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sde_indexing_helper/templates/sde_collections Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,8 +148,8 @@ <h2 class="title">Welcome back!</h2>
148
148
149
149
<!-- Delta URLs Column - Shows count and links if > 0 -->
150
150
< td class ="noBorder centerAlign ">
151
- < a href =" {% if collection.num_delta_urls > 0 %} {% url 'sde_collections:delta_urls' collection.pk %} {% endif %} "
152
- class ="btn btn-sm {% if collection.num_delta_urls > 0 %}btn-primary {% else %}disabled{% endif %}candidateCount "
151
+ < a href =" {% if collection.num_delta_urls >= 0 %} {% url 'sde_collections:delta_urls' collection.pk %} {% endif %} "
152
+ class ="btn btn-sm {% if collection.num_delta_urls >= 0 %}btn-primary {% else %}disabled{% endif %}candidateCount "
153
153
role ="button "> {{ collection.num_delta_urls|intcomma }}</ a >
154
154
</ td >
155
155
You can’t perform that action at this time.
0 commit comments