mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
district logos
This commit is contained in:
parent
5a91d2baa7
commit
f6e88b3ff6
8 changed files with 6 additions and 1 deletions
BIN
app/assets/images/.DS_Store
vendored
Normal file
BIN
app/assets/images/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
app/assets/images/attleboro.png
Normal file
BIN
app/assets/images/attleboro.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 254 KiB |
BIN
app/assets/images/boston.png
Normal file
BIN
app/assets/images/boston.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
BIN
app/assets/images/lowell.png
Normal file
BIN
app/assets/images/lowell.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 137 KiB |
BIN
app/assets/images/revere.png
Normal file
BIN
app/assets/images/revere.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
BIN
app/assets/images/somerville.png
Normal file
BIN
app/assets/images/somerville.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 139 KiB |
BIN
app/assets/images/winchester.png
Normal file
BIN
app/assets/images/winchester.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 136 KiB |
|
|
@ -6,7 +6,12 @@
|
|||
|
||||
- if true || user_signed_in?
|
||||
.row.mt-3
|
||||
.col-6
|
||||
.col-3
|
||||
.district-logo= image_tag("#{@district.name.downcase}.png", class: 'img-fluid')
|
||||
|
||||
.col-6.offset-1
|
||||
%br
|
||||
%br
|
||||
%h4
|
||||
Schools in
|
||||
= @district.name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue