chore: add images
|
|
@ -1 +1,2 @@
|
|||
//= link_directory ../stylesheets/dashboard .css
|
||||
//= link_tree ../images
|
||||
|
|
|
|||
BIN
app/assets/images/attleboro.png
Normal file
|
After Width: | Height: | Size: 254 KiB |
BIN
app/assets/images/boston.png
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
app/assets/images/framework_wheel.png
Normal file
|
After Width: | Height: | Size: 170 KiB |
1
app/assets/images/hero.svg
Normal file
|
After Width: | Height: | Size: 4.8 MiB |
BIN
app/assets/images/logo.png
Normal file
|
After Width: | Height: | Size: 8.7 KiB |
3450
app/assets/images/logo.svg
Normal file
|
After Width: | Height: | Size: 208 KiB |
BIN
app/assets/images/lowell.png
Normal file
|
After Width: | Height: | Size: 137 KiB |
BIN
app/assets/images/milford.png
Normal file
|
After Width: | Height: | Size: 141 KiB |
BIN
app/assets/images/performance_spectrum.png
Normal file
|
After Width: | Height: | Size: 327 KiB |
BIN
app/assets/images/revere.png
Normal file
|
After Width: | Height: | Size: 59 KiB |
BIN
app/assets/images/somerville.png
Normal file
|
After Width: | Height: | Size: 139 KiB |
BIN
app/assets/images/sqm_logo.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
app/assets/images/winchester.png
Normal file
|
After Width: | Height: | Size: 136 KiB |
|
|
@ -18,9 +18,8 @@
|
|||
action: "change->form#submit"
|
||||
}) do |f| %>
|
||||
|
||||
<%= turbo_frame_tag "schools" do %>
|
||||
<div class="d-flex">
|
||||
<% if District.count > 1 %>
|
||||
<% if @districts.count > 1 %>
|
||||
<div class="row">
|
||||
<%= f.select :district, @districts,
|
||||
{include_blank: "Select a District", selected: params[:district] } , {id: "district-dropdown", class: "form-select", hidden: @districts.count == 1} %>
|
||||
|
|
@ -40,7 +39,6 @@
|
|||
|
||||
</div>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||