chore: show browse page without errors

This commit is contained in:
Nelson Jovel 2024-01-26 10:38:45 -08:00
parent f71f88a4ac
commit e4e6a5c7fb
5 changed files with 16 additions and 4 deletions

View file

@ -7,7 +7,7 @@ module Dashboard
end
def link_to_browse(district:, school:, academic_year:)
"/districts/#{district.slug}/schools/#{school.slug}/browse/teachers-and-leadership?year=#{academic_year.range}"
"/districts/#{district.slug}/schools/#{school.slug}/browse/teachers-leadership?year=#{academic_year.range}"
end
def link_to_analyze(district:, school:, academic_year:)