Skip to content

Commit a0a3842

Browse files
authored
Fix oppia#19125 : [BUG]: Missing "Changelog" Section in Website's Side Content of Terms of Use (oppia#19715)
added-changelog-in-terms-page
1 parent fad064a commit a0a3842

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/templates/pages/terms-page/terms-page.component.html

+2
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ <h2>Modifications to These Terms</h2>
242242
reference only and may not always be accurate and up-to-date.
243243
</p>
244244

245+
<a class="oppia-privacy-terms-anchor" #changelog></a>
245246
<h2>Changelog</h2>
246247
<ul class="e2e-test-changelog">
247248
<li>19 Oct 2020: Clarified use of CC-BY-SA.</li>
@@ -262,6 +263,7 @@ <h2>Changelog</h2>
262263
<p><a (click)="scrollTo(limitationOfLiability)">Limitation of Liability</a></p>
263264
<p><a (click)="scrollTo(disputesAndJurisdiction)">Disputes and Jurisdiction</a></p>
264265
<p><a (click)="scrollTo(modificationsToTheseTerms)">Modifications to these Terms</a></p>
266+
<p><a (click)="scrollTo(changelog)">Changelog</a></p>
265267
</div>
266268

267269
<style>

0 commit comments

Comments
 (0)