mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
9 lines
313 B
Text
9 lines
313 B
Text
<% content_for :title do %>
|
|
<div class="sub-header-2 color-white m-0"> Analysis of <%= @school.name %> </div>
|
|
<% end %>
|
|
|
|
<div class="graph-content">
|
|
<div class="breadcrumbs">
|
|
<%= @category.category_id %>:<%= @category.name %> > <%= @subcategory.subcategory_id %>:<%= @subcategory.name %>
|
|
</div>
|
|
</div>
|