Skip to content

Commit 8deddce

Browse files
authored
Merge pull request #55038 from vikram-redhat/yearchange
Automatically set footer year
2 parents 8a1b4b6 + 5e48390 commit 8deddce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_templates/_footer_other.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</div>
99

1010
<div class="col-sm-3">
11-
<p class="text-nowrap">Copyright © 2022 Red Hat, Inc.</p>
11+
<p class="text-nowrap">Copyright © <%= Time.now.year %> Red Hat, Inc.</p>
1212
</div>
1313

1414

0 commit comments

Comments
 (0)