A very messy overview page
Build and Publish Docker Container / build (push) Successful in 5m22s

This commit is contained in:
2023-10-26 14:59:27 +01:00
parent a0e526662b
commit d5d30c96fd
3 changed files with 21 additions and 0 deletions
@@ -4,6 +4,11 @@ class AttendanceTrackerController < ApplicationController
@current_lecture = get_current_lecture
end
def overview
@courses = Course.all.sort_by(&:title)
@current_lecture = get_current_lecture
end
def today
@courses = Course.all.sort_by(&:title)
@date = Date.today