mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
7 lines
217 B
Text
7 lines
217 B
Text
<h1><%= @category.name %></h1>
|
|
|
|
<% @category.subcategories.each do |subcategory| %>
|
|
<h2><%= subcategory.name %></h2>
|
|
<%= render partial: "gauge_graph", locals: { gauge: subcategory.gauge_presenter } %>
|
|
<% end %>
|
|
|