We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6981b commit 0d0d5e8Copy full SHA for 0d0d5e8
1 file changed
app/views/notifications/_notification.html.erb
@@ -8,7 +8,7 @@
8
<div class="notification">
9
<div class="notification-content">
10
<div class="form-caption">
11
- <%= notification.rendered_timestamp %>
+ <%= notification.community_name %> · <%= notification.rendered_timestamp %>
12
</div>
13
<a href="<%= notification.link %>"><%= render_pings_text(notification.content) %></a>
14
0 commit comments