Skip to content

Commit

Permalink
feat: add nav to show logged in user
Browse files Browse the repository at this point in the history
  • Loading branch information
avogel3 committed Jan 27, 2025
1 parent 7fcf33d commit 66e0913
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/views/appointments/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<%= content_for :head do %>
<nav class="flex justify-end p-4">
<span><%= Current.user.email_address %></span>
</nav>
<% end %>

<%= turbo_stream_from "appointments_list" %>

<div class="flex flex-col mx-auto">
Expand Down

0 comments on commit 66e0913

Please sign in to comment.