From 7fe619e9d6c501e79e8f03ada090a7df412dc506 Mon Sep 17 00:00:00 2001 From: Ben Date: Sun, 14 Jan 2024 00:33:29 -0600 Subject: [PATCH] copied participant page to employer, vendor, worker --- app/views/home/employer.html.erb | 98 +++++++++++++++++++++++++++++++- app/views/home/vendor.html.erb | 98 +++++++++++++++++++++++++++++++- app/views/home/worker.html.erb | 98 +++++++++++++++++++++++++++++++- 3 files changed, 291 insertions(+), 3 deletions(-) diff --git a/app/views/home/employer.html.erb b/app/views/home/employer.html.erb index e99ce01..6cd5d58 100644 --- a/app/views/home/employer.html.erb +++ b/app/views/home/employer.html.erb @@ -1 +1,97 @@ -

Employer

\ No newline at end of file +
+

Participant

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProgramMCI
NameDOB
AddressSSN
PhoneGender
Email
+
+ + +
+

Workers

+ + + + + + + + + + + + + + + + +
NameStart DateEnd Date
+
+ +
+

Vendors

+ + + + + + + + + + + + + + + + +
NameStart DateEnd Date
+ + + +
+ + + + diff --git a/app/views/home/vendor.html.erb b/app/views/home/vendor.html.erb index e7cab7e..6cd5d58 100644 --- a/app/views/home/vendor.html.erb +++ b/app/views/home/vendor.html.erb @@ -1 +1,97 @@ -

Vendor

\ No newline at end of file +
+

Participant

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProgramMCI
NameDOB
AddressSSN
PhoneGender
Email
+
+ + +
+

Workers

+ + + + + + + + + + + + + + + + +
NameStart DateEnd Date
+
+ +
+

Vendors

+ + + + + + + + + + + + + + + + +
NameStart DateEnd Date
+ + + +
+ + + + diff --git a/app/views/home/worker.html.erb b/app/views/home/worker.html.erb index db8a079..6cd5d58 100644 --- a/app/views/home/worker.html.erb +++ b/app/views/home/worker.html.erb @@ -1 +1,97 @@ -

Worker

\ No newline at end of file +
+

Participant

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProgramMCI
NameDOB
AddressSSN
PhoneGender
Email
+
+ + +
+

Workers

+ + + + + + + + + + + + + + + + +
NameStart DateEnd Date
+
+ +
+

Vendors

+ + + + + + + + + + + + + + + + +
NameStart DateEnd Date
+ + + +
+ + + +