summaryrefslogtreecommitdiff
path: root/app/views/home
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2023-10-30 00:35:19 -0400
committerDavid Gay <eapoems@riseup.net>2023-10-30 00:35:19 -0400
commitf47ca741d81a8de56fdd1cee1114b9c676d8b245 (patch)
treec926b8ae917ec9cf5cf907fdc1ffb447134fc6b2 /app/views/home
parent1fa540c11e46be221a4662bd3a688ec61056e701 (diff)
Login link
Diffstat (limited to 'app/views/home')
-rw-r--r--app/views/home/index.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb
index a791ff1..d90d13f 100644
--- a/app/views/home/index.html.erb
+++ b/app/views/home/index.html.erb
@@ -1,3 +1,4 @@
<div>
<h1 class="font-bold text-2xl">Welcome to the Cable Club!</h1>
+ <%= link_to "Login", new_user_session_path %>
</div>