From 154a9ab32ae1447c191d0b1f565b1e905851a9e2 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 11 Nov 2024 17:12:50 +0000 Subject: Adds a Create new account page and part way through configging the form --- app/views/sessions/new.html.erb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/views/sessions/new.html.erb') diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index 638f9c7..5b87b16 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -28,4 +28,9 @@ <% end %> + +
+ + <%= link_to "Create Account", new_registration_path, class: "bg-green-500 text-white p-3 rounded-md" %> + -- cgit v1.2.3