You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
426 B
8 lines
426 B
<header class="row py-4 align-items-center">
|
|
<div class="col">
|
|
<%= link_to image_tag('logo.png', class: 'height-56'), root_path %>
|
|
<a class="h3" href="/districts/<%= @district.slug %>/schools/<%= @school.slug %>/dashboard?year=2020-21">Dashboard</a>
|
|
<a class="h3" href="/districts/<%= @district.slug %>/schools/<%= @school.slug %>/browse/teachers-and-leadership?year=2020-21">Browse</a>
|
|
</div>
|
|
</header>
|