Skip to content

Commit

Permalink
Merge pull request #2375 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 25, 2023
2 parents 15ca127 + c1058ac commit f8ffc98
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 @@ -47,7 +47,7 @@
<% if content_for?(:thin_form) %></div><% end %>
<% end %>
<% content_for :footer_version, CURRENT_RELEASE_SHA %>
<% content_for :footer_version, ENV.fetch("SENTRY_RELEASE", "null") %>
<%# use the govuk_admin_template layout %>
<%= render :template => 'layouts/govuk_admin_template' %>
6 changes: 0 additions & 6 deletions config/initializers/current_release_sha.rb

This file was deleted.

0 comments on commit f8ffc98

Please sign in to comment.