Mentions should also include the card id and collection name

This commit is contained in:
Jason Zimdars
2025-05-21 15:50:15 -05:00
parent 18db32569a
commit d95838d6c3
@@ -1,4 +1,7 @@
<div class="card__collection">
<span class="card__id"><%= notification.source.id %></span>
<span class="card__id"><%= notification.card.id %></span>
<span class="card__collection-name overflow-ellipsis">
<%= notification.card.collection.name %>
</span>
</div>