mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-09 07:18:13 -07:00
chore: show browse page without errors
This commit is contained in:
parent
f71f88a4ac
commit
e4e6a5c7fb
5 changed files with 16 additions and 4 deletions
|
|
@ -9,6 +9,7 @@
|
|||
</div>
|
||||
<% end %>
|
||||
</nav>
|
||||
<% console %>
|
||||
<select id="select-academic-year" class="form-select" name="academic-year">
|
||||
<% @academic_years.each do |year| %>
|
||||
<option value="<%= url_for [@district, @school, @category , {year: year.range} ]%>" <%= @academic_year == year ? "selected" : nil %>><%= year.formatted_range %></option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue