Skip to content

Commit

Permalink
🎁 Add Hyrax version in the footer
Browse files Browse the repository at this point in the history
Often we forget what version of Hyrax we're running so this should help.
  • Loading branch information
kirkkwang committed Jan 5, 2024
1 parent ef392b4 commit 5c1deab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="container-fluid">
<div class="navbar-text d-flex justify-content-start">
<p><%= t('hyrax.footer.service_html') %></p>
<p>Hyku v<%= Hyku::VERSION %></p>
<p>Hyku v<%= Hyku::VERSION %> with Hyrax v<%= Hyrax::VERSION %></p>
</div>
<div class="ml-auto">
<div class="navbar-text d-flex justify-content-end">
Expand Down

0 comments on commit 5c1deab

Please sign in to comment.