Skip to content

Commit f6d7229

Browse files
committed
templates: rename related_indico_section to related_event_section and remove Indico from section label
1 parent 53728b6 commit f6d7229

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cds/modules/records/static/templates/cds_records/video/detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ <h4>{{translation.title.title}}</h4>
281281
<ng-include src="'/static/templates/cds_records/keywords.html'"></ng-include>
282282
<ng-include
283283
ng-if="(record.metadata.related_identifiers | filter:{scheme:'indico'}).length > 0"
284-
src="'/static/templates/cds_records/video/related_indico_section.html'">
284+
src="'/static/templates/cds_records/video/related_event_section.html'">
285285
</ng-include>
286286
</div>
287287
<!-- /More -->

cds/modules/records/static/templates/cds_records/video/related_indico_section.html renamed to cds/modules/records/static/templates/cds_records/video/related_event_section.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<hr />
1616
<div class="cds-title-section custom-flex-row">
1717
<h4 class="cds-title-section-decoration bw-2 mb-10">
18-
More videos from this Indico event
18+
More videos from this event
1919
</h4>
2020
<a
2121
ng-href="/search?q=related_identifiers.identifier:{{ indicoIdentifier.identifier }}"

0 commit comments

Comments
 (0)