From 893f5164afc4cf3add7d96af2ada555635b8cfa0 Mon Sep 17 00:00:00 2001 From: TheNeedful-DO 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