Skip to content

Commit

Permalink
Merge pull request #1931 from alphagov/fix-footer-version
Browse files Browse the repository at this point in the history
Fix release version in footer
  • Loading branch information
deborahchua authored Sep 27, 2023
2 parents c6a9630 + a52a8fd commit b90fa88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
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 @@
</div>
<% end %>
<% content_for :footer_version, CURRENT_RELEASE_SHA %>
<% content_for :footer_version, ENV.fetch("SENTRY_RELEASE", "null")[0..18] %>
<% content_for :body_end do %>
<%= javascript_include_tag "application" %>
Expand Down
6 changes: 0 additions & 6 deletions config/initializers/current_release_sha.rb

This file was deleted.

0 comments on commit b90fa88

Please sign in to comment.