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 91f3c4d commit 5bb449cCopy full SHA for 5bb449c
1 file changed
app/views/notifications/_notification.html.erb
@@ -19,7 +19,8 @@
19
src="<%= logo_path %>"
20
alt="<% notification.community_name %> logo" />
21
<% end %>
22
- <%= notification.community_name %> · <span title="<%= notification.created_at.iso8601 %>">
+ <%= notification.community_name %> · <span data-relstamp="<%= notification.created_at.iso8601 %>"
23
+ title="<%= notification.created_at.iso8601 %>">
24
<%= notification.created_at.utc %>
25
</span>
26
</div>
0 commit comments