We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51acdb3 commit 3792eb6Copy full SHA for 3792eb6
app/views/appointments/index.html.erb
@@ -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
+
7
<%= turbo_stream_from "appointments_list" %>
8
9
<div class="flex flex-col mx-auto">
0 commit comments