Skip to content

Commit

Permalink
undo debugging change
Browse files Browse the repository at this point in the history
  • Loading branch information
donrestarone committed Nov 30, 2024
1 parent 143ebf1 commit a658c31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/layouts/website.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<%= render partial: 'shared/flash' %>
<%= render partial: 'shared/navbars/web_admin' %>

<%= ENV['DATABASE_HOST'] ? "postgres://#{ENV['DATABASE_USERNAME']}:#{ENV['DATABASE_PASSWORD']}@#{ENV['DATABASE_HOST']}:#{ENV['DATABASE_PORT']}/#{ENV['DATABASE_NAME']}" : ENV['DATABASE_URL'] %>
<body data-page-id="<%= @cms_page&.id %>">
<%= yield %>
<%= render_cookies_consent_ui %>
Expand Down

0 comments on commit a658c31

Please sign in to comment.