|
|
|
@ -2,7 +2,7 @@
|
|
|
|
<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">
|
|
|
|
<%= link_to image_tag('logo.svg', alt: 'MCIEA School Quality Measures Dashboard', size: "100x100"), welcome_path, class: 'me-7' %>
|
|
|
|
<%= link_to image_tag('logo.png', alt: 'MCIEA School Quality Measures Dashboard', size: "269x108"), welcome_path, class: 'me-7' %>
|
|
|
|
<a class="sub-header-3 link me-4 <%= link_weight(path: 'overview') %>" href="<%= link_to_overview(district: @district, school: @school, academic_year: @academic_year) %>">Overview</a>
|
|
|
|
<a class="sub-header-3 link me-4 <%= link_weight(path: 'overview') %>" href="<%= link_to_overview(district: @district, school: @school, academic_year: @academic_year) %>">Overview</a>
|
|
|
|
<a class="sub-header-3 link me-4 <%= link_weight(path: 'browse') %>" href="<%= link_to_browse(district: @district, school: @school, academic_year: @academic_year) %>">Browse</a>
|
|
|
|
<a class="sub-header-3 link me-4 <%= link_weight(path: 'browse') %>" href="<%= link_to_browse(district: @district, school: @school, academic_year: @academic_year) %>">Browse</a>
|
|
|
|
<a class="sub-header-3 link <%= link_weight(path: 'analyze') %>" href="<%= link_to_analyze(district: @district, school: @school, academic_year: @academic_year) %>">Analyze</a>
|
|
|
|
<a class="sub-header-3 link <%= link_weight(path: 'analyze') %>" href="<%= link_to_analyze(district: @district, school: @school, academic_year: @academic_year) %>">Analyze</a>
|
|
|
|
|