mastodon/app/views/notification_mailer/reblog.text.erb
Matt Jankowski 84b5fae8e3 Simplify renders in views (#2084)
* Simplify render in mailer views

* Simplify render in about/more view

* Simplify render in accounts follow views

* Simplify render in recovery code views

* Simplify render in stream entry embed

* Simplify render in stream entries status partial

* Simplify render in authorize follow new view
2017-04-18 17:15:30 +02:00

6 lines
137 B
Plaintext

<%= display_name(@me) %>,
<%= raw t('notification_mailer.reblog.body', name: @account.acct) %>
<%= render 'status', status: @status %>