From 062e704798f33fa0d57c69f16c8c11238aa7454c Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Tue, 21 Nov 2023 12:46:14 +0000 Subject: [PATCH] Move files for bugfix --- app/views/{profiles => shared}/_follow.html.haml | 0 app/views/{profiles => shared}/_follow_form.html.haml | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename app/views/{profiles => shared}/_follow.html.haml (100%) rename app/views/{profiles => shared}/_follow_form.html.haml (100%) diff --git a/app/views/profiles/_follow.html.haml b/app/views/shared/_follow.html.haml similarity index 100% rename from app/views/profiles/_follow.html.haml rename to app/views/shared/_follow.html.haml diff --git a/app/views/profiles/_follow_form.html.haml b/app/views/shared/_follow_form.html.haml similarity index 100% rename from app/views/profiles/_follow_form.html.haml rename to app/views/shared/_follow_form.html.haml