Skip to content

Commit 30601c9

Browse files
committed
Updated subtitle to collection name
1 parent 5a34a3e commit 30601c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sde_indexing_helper/templates/sde_collections/delta_urls_list.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ <h1 class="pageTitle">URLs</h1>
3030
</div>
3131
<div class="deltaUrlContainer">
3232
<h3 class="whiteText deltaTitle">
33-
{{ delta_urls.count|intcomma }} Delta URLs for <a
33+
<!-- {{ delta_urls.count|intcomma }} Delta URLs for -->
34+
Collection Name:
35+
<a
3436
href="{% url 'sde_collections:detail' collection.pk %}"><strong class="urlStyle underline">{{ collection.name }}</strong></a>
3537
<br>
3638
<!-- <small class="muted">Base URL: <a href="{{ collection.url }}" target="_blank">{{ collection.url }}</a></small> -->

0 commit comments

Comments
 (0)