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 14
14
{% block content %}
15
15
{% csrf_token %}
16
16
< div class ="headerDiv ">
17
- < h1 class ="pageTitle "> Delta URLs</ h1 >
17
+ < h1 class ="pageTitle "> URLs</ h1 >
18
18
< button class ="btn badge {{ collection.workflow_status_button_color }} dropdown-toggle title-dropdown btn-sm "
19
19
type ="button "
20
20
data-toggle ="dropdown "
@@ -30,7 +30,9 @@ <h1 class="pageTitle">Delta URLs</h1>
30
30
</ div >
31
31
< div class ="deltaUrlContainer ">
32
32
< 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
34
36
href ="{% url 'sde_collections:detail' collection.pk %} "> < strong class ="urlStyle underline "> {{ collection.name }}</ strong > </ a >
35
37
< br >
36
38
<!-- <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