Skip to content

Commit 3792eb6

Browse files
committed
feat: add nav to show logged in user
1 parent 51acdb3 commit 3792eb6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/views/appointments/index.html.erb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<%= content_for :head do %>
2+
<nav class="flex justify-end p-4">
3+
<span><%= Current.user.email_address %></span>
4+
</nav>
5+
<% end %>
6+
17
<%= turbo_stream_from "appointments_list" %>
28

39
<div class="flex flex-col mx-auto">

0 commit comments

Comments
 (0)