summaryrefslogtreecommitdiff
path: root/app/views/home
diff options
context:
space:
mode:
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>