Skip to content
Snippets Groups Projects
Commit c89950b2fef7 authored by Rémi Cardona's avatar Rémi Cardona
Browse files

[basetemplates] Fix the main template global header/nav bar (closes #4881614)

The core of this patch is to have the following layout ::

  <nav class="navbar">
    <div class="container">
      <div class="navbar-header">
        [header-logo components]
      </div>
      <div class="collapse navbar-collapse>
        <div class="nav navbar-nav">
          [header-left components]
        </div>
        <div class="nav navbar-nav navbar-right">
          [header-right components]
        </div>
      </div>
    </div>
  </nav>
parent c825185c17fe
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment