From a21639ff6f429bf8b6262f07281e8dbdd86223f5 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Fri, 24 Feb 2023 18:06:29 -0500 Subject: [PATCH] Include a siple navbar --- app/views/layouts/application.html.erb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 090e62d..9029348 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -12,6 +12,15 @@ + +
<%= yield %>