Some initial UI work

This commit is contained in:
2023-09-29 18:53:43 +01:00
parent 376e80e385
commit d14903fcb4
8 changed files with 53 additions and 38 deletions
@@ -1,4 +1,5 @@
class AttendanceTrackerController < ApplicationController
def index
@course = Course.first
end
end