File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
sde_indexing_helper/templates/sde_collections Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 "
1919type ="button "
2020data-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> -->
You can’t perform that action at this time.
0 commit comments