aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/sessions/new.html.erb
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-11-11 17:12:50 +0000
committerMatthew Lemon <y@yulqen.org>2024-11-11 17:12:50 +0000
commit154a9ab32ae1447c191d0b1f565b1e905851a9e2 (patch)
treecf119820e199181c96cf9b03d15ecdf79644210a /app/views/sessions/new.html.erb
parentb8d7a7cf7e78fe384c6c6e8e6812a252084ce1f0 (diff)
Adds a Create new account page and part way through configging the form
Diffstat (limited to '')
-rw-r--r--app/views/sessions/new.html.erb5
1 files changed, 5 insertions, 0 deletions
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 @@
</div>
</div>
<% end %>
+
+ <br/>
+
+ <%= link_to "Create Account", new_registration_path, class: "bg-green-500 text-white p-3 rounded-md" %>
+
</div>