mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
fix: make sure parent/student views get properly cached
This commit is contained in:
parent
6f3634582e
commit
66ed401d57
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
<% cache do %>
|
||||
<%= render partial: "svg_defs" %>
|
||||
<% end %>
|
||||
<% cache [@school, @academic_year] do %>
|
||||
<% cache [@school, @academic_year, @page.view] do %>
|
||||
<div class="card">
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
<h2 class="sub-header-2">School Quality Framework Indicators</h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue