Skip to content

Commit 903b219

Browse files
authored
Merge pull request #1120 from NASA-IMPACT/3002-subtitle-updates
Updated page title to URLs
2 parents e54f94b + 30601c9 commit 903b219

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sde_indexing_helper/templates/sde_collections/delta_urls_list.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{% block content %}
1515
{% csrf_token %}
1616
<div class="headerDiv">
17-
<h1 class="pageTitle">Delta URLs</h1>
17+
<h1 class="pageTitle">URLs</h1>
1818
<button class="btn badge {{ collection.workflow_status_button_color }} dropdown-toggle title-dropdown btn-sm"
1919
type="button"
2020
data-toggle="dropdown"
@@ -30,7 +30,9 @@ <h1 class="pageTitle">Delta 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)