Skip to content

Commit

Permalink
use new header for dc
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinmerbach committed Jun 10, 2024
1 parent a6b7e5a commit 2dfb81c
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 5 deletions.
54 changes: 54 additions & 0 deletions app/javascript/images/logo_bs4_dc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 1 addition & 5 deletions app/views/layouts/bootstrap_4.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@
<%= render "layouts/analytics" if ENV['GA_TRACKING_ID'].present? %>
</head>
<body class="font <%= ENV['CLIENT'] || "ic" %>-sbm d-flex flex-column justify-content-between min-vh-100">
<% if @bs4 %>
<%= render partial: './ui-components/bs4/v1/navs/header' %>
<% else %>
<%= render partial: './ui-components/v1/navs/header' %>
<% end %>
<%= render partial: './ui-components/bs4/v1/navs/header' %>

<%= yield :horizontal_menu %>

Expand Down

0 comments on commit 2dfb81c

Please sign in to comment.