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 5a34a3e commit 30601c9Copy full SHA for 30601c9
sde_indexing_helper/templates/sde_collections/delta_urls_list.html
@@ -30,7 +30,9 @@ <h1 class="pageTitle">URLs</h1>
30
</div>
31
<div class="deltaUrlContainer">
32
<h3 class="whiteText deltaTitle">
33
- {{ delta_urls.count|intcomma }} Delta URLs for <a
+ <!-- {{ delta_urls.count|intcomma }} Delta URLs for -->
34
+ Collection Name:
35
+ <a
36
href="{% url 'sde_collections:detail' collection.pk %}"><strong class="urlStyle underline">{{ collection.name }}</strong></a>
37
<br>
38
<!-- <small class="muted">Base URL: <a href="{{ collection.url }}" target="_blank">{{ collection.url }}</a></small> -->
0 commit comments