From 1b9fcbbb98bffdf0589427ee08c7ed4eda8d0f6a Mon Sep 17 00:00:00 2001 From: Max Wofford Date: Fri, 3 Oct 2025 21:26:57 -0400 Subject: [PATCH] Move public_activity partials to user folder (#564) --- .../public_activity/{heartbeat => user}/_coding_session.html.erb | 0 .../public_activity/{heartbeat => user}/_first_heartbeat.html.erb | 0 .../public_activity/{heartbeat => user}/_started_working.html.erb | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename app/views/public_activity/{heartbeat => user}/_coding_session.html.erb (100%) rename app/views/public_activity/{heartbeat => user}/_first_heartbeat.html.erb (100%) rename app/views/public_activity/{heartbeat => user}/_started_working.html.erb (100%) diff --git a/app/views/public_activity/heartbeat/_coding_session.html.erb b/app/views/public_activity/user/_coding_session.html.erb similarity index 100% rename from app/views/public_activity/heartbeat/_coding_session.html.erb rename to app/views/public_activity/user/_coding_session.html.erb diff --git a/app/views/public_activity/heartbeat/_first_heartbeat.html.erb b/app/views/public_activity/user/_first_heartbeat.html.erb similarity index 100% rename from app/views/public_activity/heartbeat/_first_heartbeat.html.erb rename to app/views/public_activity/user/_first_heartbeat.html.erb diff --git a/app/views/public_activity/heartbeat/_started_working.html.erb b/app/views/public_activity/user/_started_working.html.erb similarity index 100% rename from app/views/public_activity/heartbeat/_started_working.html.erb rename to app/views/public_activity/user/_started_working.html.erb