mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-08 21:45:13 +00:00
* 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
5 lines
140 B
Text
5 lines
140 B
Text
<%= display_name(@me) %>,
|
|
|
|
<%= raw t('notification_mailer.favourite.body', name: @account.acct) %>
|
|
|
|
<%= render 'status', status: @status %>
|