From a2ce3e79322893181b57e12c699815f5ea30ec11 Mon Sep 17 00:00:00 2001 From: agnes Date: Sat, 7 Mar 2026 18:53:32 +0000 Subject: [PATCH] Add app/views/layouts/_header.html.erb --- app/views/layouts/_header.html.erb | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 app/views/layouts/_header.html.erb diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb new file mode 100644 index 0000000..6098c96 --- /dev/null +++ b/app/views/layouts/_header.html.erb @@ -0,0 +1,32 @@ + + #add this into the file above render search box before the end of ul and nav + + \ No newline at end of file