Mentions should also include the card id and collection name
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user