As an Admin, I can go to the Quarter interface and see all quarters from our sql data.
While on the quarter interface, I can select "Course Leads" next to my desired quarter and be redirected to the CourseLeads interface which displays a table with all courses and designated course leads that quarter.
If a course is assigned no course leads, the message "no course leads" is displayed for that course.
Also, small formatting change to src/main/resources/templates/tutorAssignment/manage.html. I added buffer space between the header and table.
As an Admin, I can go to the Quarter interface and see all quarters from our sql data. While on the quarter interface, I can select "Course Leads" next to my desired quarter and be redirected to the CourseLeads interface which displays a table with all courses and designated course leads that quarter. If a course is assigned no course leads, the message "no course leads" is displayed for that course.
Also, small formatting change to src/main/resources/templates/tutorAssignment/manage.html. I added buffer space between the header and table.