We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa0e1b0 + b80279b commit 828ebe7Copy full SHA for 828ebe7
app/views/shared/_head_includes.html.erb
@@ -48,7 +48,7 @@ DLC VERSION: <%= IO.read(Rails.root.to_s+'/VERSION') %> -->
48
<%- js_packs << 'ohsynchronizer' if params[:action] == 'synchronizer' %>
49
<%= javascript_pack_tag *js_packs %>
50
51
-<% if Rails.env == 'dcv_prod' %>
+<% if Rails.env == 'dlc_prod' %>
52
<!-- Google tag (gtag.js) -->
53
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-796949-25"></script>
54
<script>
0 commit comments