Skip to content

Commit 0d0d5e8

Browse files
committed
added community name to full inbox notifications
1 parent 4b6981b commit 0d0d5e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/notifications/_notification.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="notification">
99
<div class="notification-content">
1010
<div class="form-caption">
11-
<%= notification.rendered_timestamp %>
11+
<%= notification.community_name %> &middot; <%= notification.rendered_timestamp %>
1212
</div>
1313
<a href="<%= notification.link %>"><%= render_pings_text(notification.content) %></a>
1414
</div>

0 commit comments

Comments
 (0)