diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb
index 36c3668..85bb293 100644
--- a/app/controllers/home_controller.rb
+++ b/app/controllers/home_controller.rb
@@ -2,7 +2,7 @@ class HomeController < ApplicationController
def index
end
- def about
+ def participant
end
end
diff --git a/app/views/home/about.html.erb b/app/views/home/about.html.erb
deleted file mode 100644
index 9744b48..0000000
--- a/app/views/home/about.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-
About Us
diff --git a/app/views/home/participant.html.erb b/app/views/home/participant.html.erb
new file mode 100644
index 0000000..52d8141
--- /dev/null
+++ b/app/views/home/participant.html.erb
@@ -0,0 +1 @@
+Participant
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 815a337..19b28d2 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -1,16 +1,16 @@
-
-
+
+
+
+
Obdev
-
- <%= csrf_meta_tags %>
- <%= csp_meta_tag %>
-
- <%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
- <%= javascript_importmap_tags %>
+
-
+
+
+
+
<%= yield %>
-
-
+
+