Browse Source
* Remove trailing whitespace in i18n mailers * Use query methods instead of #present? on AR attributes * Delegate Status#account_domain method * Delegate Mention #account_username and #account_acct methodspull/5/head
8 changed files with 18 additions and 9 deletions
@ -1,4 +1,4 @@
|
||||
node(:url) { |mention| TagManager.instance.url_for(mention.account) } |
||||
node(:acct) { |mention| mention.account.acct } |
||||
node(:acct) { |mention| mention.account_acct } |
||||
node(:id) { |mention| mention.account_id } |
||||
node(:username) { |mention| mention.account.username } |
||||
node(:username) { |mention| mention.account_username } |
||||
|
||||
Loading…
Reference in new issue