mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
performance spectrum footer
This commit is contained in:
parent
75be7ac5d8
commit
bbf248d84d
4 changed files with 9 additions and 0 deletions
BIN
app/assets/images/performance_spectrum.png
Normal file
BIN
app/assets/images/performance_spectrum.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 327 KiB |
|
|
@ -47,3 +47,5 @@
|
|||
- if @questions.present?
|
||||
.row
|
||||
= render @questions
|
||||
|
||||
= render "shared/performance_spectrum"
|
||||
|
|
|
|||
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
.row
|
||||
= render @school_categories
|
||||
|
||||
= render "shared/performance_spectrum"
|
||||
|
|
|
|||
5
app/views/shared/_performance_spectrum.html.haml
Normal file
5
app/views/shared/_performance_spectrum.html.haml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
.pt-3.mt-3
|
||||
|
||||
.row.pt-3.mt-3
|
||||
.col-10.offset-1
|
||||
= image_tag "performance_spectrum.png", class: 'img-fluid'
|
||||
Loading…
Add table
Add a link
Reference in a new issue