From 66e0913c6bc8786f491e39545e5821e4fff06bc4 Mon Sep 17 00:00:00 2001 From: Andrew Vogel Date: Mon, 27 Jan 2025 12:05:16 -0500 Subject: [PATCH] feat: add nav to show logged in user --- app/views/appointments/index.html.erb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/views/appointments/index.html.erb b/app/views/appointments/index.html.erb index fd9cb4f..d406d38 100644 --- a/app/views/appointments/index.html.erb +++ b/app/views/appointments/index.html.erb @@ -1,3 +1,9 @@ +<%= content_for :head do %> + +<% end %> + <%= turbo_stream_from "appointments_list" %>