Localize date in digest and cover NotificationMailer more (#3694)
* Localize date in digest * Cover NotificationMailer more
This commit is contained in:
committed by
Eugen Rochko
parent
9e53fe5c29
commit
f596a413ef
@ -1,6 +1,6 @@
|
||||
<%= display_name(@me) %>,
|
||||
|
||||
<%= raw t('notification_mailer.digest.body', since: @since, instance: root_url) %>
|
||||
<%= raw t('notification_mailer.digest.body', since: l(@since), instance: root_url) %>
|
||||
<% @notifications.each do |notification| %>
|
||||
|
||||
* <%= raw t('notification_mailer.digest.mention', name: notification.from_account.acct) %>
|
||||
|
Reference in New Issue
Block a user