Hi,
A Syllabus
tab appears on the Unison track (which has no syllabus that I know of) from the Overview
tab but not from the other tabs. Illustration below.
From the Overview
page:
From the Exercises
page:
It points to Unison on Exercism but redirects to Unison on Exercism .
I checked on a different track without syllabus (Pharo) and there is no problem there. So, it seems to be Unison specific.
2 Likes
Weird! Iโll have a look
2 Likes
iHiD
May 26, 2023, 3:12pm
4
The header is cached, @ErikSchierboom . I imagine itโs cached the admin version on one page. Weโll need some exception guard for this.
1 Like
@iHiD The header is cached as follows:
= cache "track/#{track.id}/header/#{user_signed_in?}/#{external}/#{practice_mode}/#{selected_tab}/#{track.updated_at.to_i}/#{Time.zone.today}" do
I would have expected the #{track.updated_at.to_i}
part to handle the syllabus/non-syllabus part.
1 Like