]> cat aescling's git repositories - mastodon.git/commit
Split AccountsHelper from StatusesHelper (#12078)
authorTakeshi Umeda <noel.yoshiba@gmail.com>
Thu, 24 Oct 2019 20:50:09 +0000 (05:50 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 24 Oct 2019 20:50:09 +0000 (22:50 +0200)
commita6269b2f83e3eed1a8ab545f5756cd7b582075f5
tree5f8ce4899be4f972f9b255e86bff4d17544368c7
parenta9530e29a2813ed8cf4c8f13fe60dd9fad245466
Split AccountsHelper from StatusesHelper (#12078)
app/helpers/accounts_helper.rb [new file with mode: 0644]
app/helpers/statuses_helper.rb
app/mailers/admin_mailer.rb
app/mailers/notification_mailer.rb
app/mailers/user_mailer.rb
app/serializers/rss/account_serializer.rb
app/serializers/rss/tag_serializer.rb
spec/helpers/accounts_helper_spec.rb [new file with mode: 0644]
spec/helpers/admin/account_moderation_notes_helper_spec.rb
spec/helpers/statuses_helper_spec.rb