]> cat aescling's git repositories - mastodon.git/commit
Move admin/pubsubhubbub controller to admin/subscriptions (#3442)
authorMatt Jankowski <mjankowski@thoughtbot.com>
Wed, 31 May 2017 18:39:35 +0000 (14:39 -0400)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 31 May 2017 18:39:35 +0000 (20:39 +0200)
commitde4681b2be0b0efa1dede092445a53d4a593c140
tree2b481f7ceef23f467dafaa4eba7e35db0559a42e
parenta132332b861f997540f30be1b90ade4648834b5b
Move admin/pubsubhubbub controller to admin/subscriptions (#3442)
29 files changed:
app/controllers/admin/pubsubhubbub_controller.rb [deleted file]
app/controllers/admin/subscriptions_controller.rb [new file with mode: 0644]
app/views/admin/pubsubhubbub/index.html.haml [deleted file]
app/views/admin/subscriptions/_subscription.html.haml [moved from app/views/admin/pubsubhubbub/_subscription.html.haml with 100% similarity]
app/views/admin/subscriptions/index.html.haml [new file with mode: 0644]
config/locales/ca.yml
config/locales/de.yml
config/locales/en.yml
config/locales/fa.yml
config/locales/fr.yml
config/locales/he.yml
config/locales/id.yml
config/locales/io.yml
config/locales/ja.yml
config/locales/no.yml
config/locales/oc.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/pt.yml
config/locales/ru.yml
config/locales/th.yml
config/locales/tr.yml
config/locales/uk.yml
config/locales/zh-CN.yml
config/locales/zh-HK.yml
config/locales/zh-TW.yml
config/navigation.rb
config/routes.rb
spec/controllers/admin/subscriptions_controller_spec.rb [moved from spec/controllers/admin/pubsubhubbub_controller_spec.rb with 91% similarity]