From 927a9032d49a114a1d320e6a24ffb32ed3c7ccab Mon Sep 17 00:00:00 2001 From: Joshua Coles Date: Fri, 6 Oct 2023 20:53:59 +0100 Subject: [PATCH] Fix issue with popover when lecture not attended --- app/views/attendance_tracker/index.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/attendance_tracker/index.html.erb b/app/views/attendance_tracker/index.html.erb index 1676544..e5664d6 100644 --- a/app/views/attendance_tracker/index.html.erb +++ b/app/views/attendance_tracker/index.html.erb @@ -70,13 +70,13 @@ <% lecture.attendance.kind %> <% end %> - <% if lecture.attendance.present? %> -