Add Toggl data to attendances, fix attendance creation for past lectures. Change styling a little.

This commit is contained in:
2023-10-02 16:19:37 +01:00
parent 2530ee629a
commit 9a5116f29e
7 changed files with 43 additions and 23 deletions
+1 -1
View File
@@ -77,6 +77,6 @@ class LectureDashboard < Administrate::BaseDashboard
# across all pages of the admin dashboard.
#
def display_resource(lecture)
lecture.title
"#{lecture.title} (#{lecture.course.title})"
end
end