mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
6 lines
181 B
Text
6 lines
181 B
Text
<%= collection_select(:district, :id, @districts, :id, :name, {}, {id: 'district-dropdown'}) %>
|
|
|
|
<select id="school-dropdown">
|
|
</select>
|
|
|
|
<button data-id="go-to-school">Go</button>
|