performance spectrum footer

This commit is contained in:
Jared Cosulich 2018-02-16 21:38:59 -05:00
parent 75be7ac5d8
commit bbf248d84d
4 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 KiB

View file

@ -47,3 +47,5 @@
- if @questions.present?
.row
= render @questions
= render "shared/performance_spectrum"

View file

@ -2,3 +2,5 @@
.row
= render @school_categories
= render "shared/performance_spectrum"

View 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'