Skip to content

Commit

Permalink
set footer text class
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Jan 11, 2025
1 parent af16987 commit 7b0213c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<footer class="footer">
<div class="container">
<p>&copy; <%= Date.today.year %>. <%= Setting.app_owner %>. All rights reserved. (Version: <%= Rails.application.config.git_commit_hash %>)</p>
<p class="text-muted">&copy; York University Libraries. All rights reserved. (Version: <%= Rails.application.config.git_commit_hash %>)</p>
</div>
</footer>

Expand Down

0 comments on commit 7b0213c

Please sign in to comment.