From d95838d6c36c3c4faaa79e8c925b5a9b98adc8aa Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 21 May 2025 15:50:15 -0500 Subject: [PATCH] Mentions should also include the card id and collection name --- .../notifications/notification/mention/_header.html.erb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/notifications/notification/mention/_header.html.erb b/app/views/notifications/notification/mention/_header.html.erb index 7d996c719..f2bca6d4c 100644 --- a/app/views/notifications/notification/mention/_header.html.erb +++ b/app/views/notifications/notification/mention/_header.html.erb @@ -1,4 +1,7 @@
- <%= notification.source.id %> + <%= notification.card.id %> + + <%= notification.card.collection.name %> +