From ad5e606de7a70c8db8efe0011ed3256ca546a5ab Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Thu, 8 Aug 2024 06:49:38 +0000 Subject: [PATCH] Move template to different directory --- .../_menu.html.erb => application/_profile_menu.html.erb} | 0 app/views/layouts/profile.html.erb | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename app/views/{profiles/_menu.html.erb => application/_profile_menu.html.erb} (100%) diff --git a/app/views/profiles/_menu.html.erb b/app/views/application/_profile_menu.html.erb similarity index 100% rename from app/views/profiles/_menu.html.erb rename to app/views/application/_profile_menu.html.erb diff --git a/app/views/layouts/profile.html.erb b/app/views/layouts/profile.html.erb index e971b33ed..627b80109 100644 --- a/app/views/layouts/profile.html.erb +++ b/app/views/layouts/profile.html.erb @@ -6,7 +6,7 @@
- <%= render "profiles/menu" %> + <%= render "profile_menu" %>
<%= yield %>