You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
556 B
16 lines
556 B
8 years ago
|
<%= display_name(@me) %>,
|
||
|
|
||
|
<%= raw t('notification_mailer.digest.body', since: @since, instance: root_url) %>
|
||
|
<% @notifications.each do |notification| %>
|
||
|
|
||
|
* <%= raw t('notification_mailer.digest.mention', name: notification.from_account.acct) %>
|
||
|
|
||
|
<%= raw Formatter.instance.plaintext(notification.target_status) %>
|
||
|
|
||
|
<%= raw t('application_mailer.view')%> <%= web_url("statuses/#{notification.target_status.id}") %>
|
||
|
<% end %>
|
||
|
<% if @follows_since > 0 %>
|
||
|
|
||
|
<%= raw t('notification_mailer.digest.new_followers_summary', count: @follows_since) %>
|
||
|
<% end %>
|