From 86b8846f2063a23211ce09859568e18f678504f7 Mon Sep 17 00:00:00 2001 From: Joshua Coles Date: Fri, 29 Sep 2023 18:11:05 +0100 Subject: [PATCH] A basic UI template --- app/views/attendance_tracker/index.html.erb | 64 ++++++++++++++++++++- app/views/layouts/application.html.erb | 28 ++++----- 2 files changed, 76 insertions(+), 16 deletions(-) diff --git a/app/views/attendance_tracker/index.html.erb b/app/views/attendance_tracker/index.html.erb index 9258175..52f7f5c 100644 --- a/app/views/attendance_tracker/index.html.erb +++ b/app/views/attendance_tracker/index.html.erb @@ -1,2 +1,62 @@ -

AttendanceTracker#index

-

Find me in app/views/attendance_tracker/index.html.erb

+

Attendance Tracker

+ +
+
+
+
+
+

Continuum Mechanics

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
LectureDateStatusAction
Week 1
Lindsay WaltonFront-end Developerlindsay.walton@example.comMember
Week 1
Lindsay WaltonFront-end Developerlindsay.walton@example.comMember
Lindsay WaltonFront-end Developerlindsay.walton@example.comMember
Lindsay WaltonFront-end Developerlindsay.walton@example.comMember
+
+
+
+
+
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index ed75ff6..ca8347d 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,19 +1,19 @@ - - LectureAttendanceManager - - <%= csrf_meta_tags %> - <%= csp_meta_tag %> - <%= stylesheet_link_tag "tailwind", "inter-font", "data-turbo-track": "reload" %> + + LectureAttendanceManager + + <%= csrf_meta_tags %> + <%= csp_meta_tag %> + <%= stylesheet_link_tag "tailwind", "inter-font", "data-turbo-track": "reload" %> - <%= stylesheet_link_tag "application", "data-turbo-track": "reload" %> - <%= javascript_importmap_tags %> - + <%= stylesheet_link_tag "application", "data-turbo-track": "reload" %> + <%= javascript_importmap_tags %> + - -
- <%= yield %> -
- + +
+ <%= yield %> +
+