|
|
|
@ -2,13 +2,9 @@
|
|
|
|
<div class="container">
|
|
|
|
<div class="container">
|
|
|
|
<div class="row py-4 justify-content-between align-items-center">
|
|
|
|
<div class="row py-4 justify-content-between align-items-center">
|
|
|
|
<div class="col d-flex justify-content-start align-items-center">
|
|
|
|
<div class="col d-flex justify-content-start align-items-center">
|
|
|
|
<p class="me-6"><%= link_to image_tag('logo.png', class: 'height-56'), root_path %></p>
|
|
|
|
<%= link_to image_tag('logo.png', class: 'height-56 me-7'), root_path %>
|
|
|
|
<p class="me-4">
|
|
|
|
<a class="h3 link me-4 <%= link_weight(path: 'dashboard') %>" href="<%= link_to_dashboard(district: @district, school: @school, academic_year: @academic_year) %>">Dashboard</a>
|
|
|
|
<a class="h3 link <%= link_weight(path: 'dashboard') %>" href="<%= link_to_dashboard(district: @district, school: @school, academic_year: @academic_year) %>">Dashboard</a>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<a class="h3 link <%= link_weight(path: 'browse') %>" href="<%= link_to_browse(district: @district, school: @school, academic_year: @academic_year) %>">Browse</a>
|
|
|
|
<a class="h3 link <%= link_weight(path: 'browse') %>" href="<%= link_to_browse(district: @district, school: @school, academic_year: @academic_year) %>">Browse</a>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="col d-flex justify-content-end">
|
|
|
|
<div class="col d-flex justify-content-end">
|
|
|
|
|