diff options
Diffstat (limited to 'app/views/sessions')
-rw-r--r-- | app/views/sessions/new.html.erb | 5 |
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> |