]> cat aescling's git repositories - mastodon.git/commit
Add simple admin overview of PuSH subscriptions
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 28 Nov 2016 17:45:13 +0000 (18:45 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 28 Nov 2016 17:45:13 +0000 (18:45 +0100)
commit27fc49d74546d689307e1e712e0b46ccce98867b
treed7eca67f2a322d656c22fced15e722e7b46f2da3
parent7e5e33df48e507e18a226edc8dfecbf554d38647
Add simple admin overview of PuSH subscriptions
app/assets/stylesheets/application.scss
app/assets/stylesheets/tables.scss [new file with mode: 0644]
app/controllers/admin/pubsubhubbub_controller.rb [new file with mode: 0644]
app/controllers/application_controller.rb
app/helpers/admin/pubsubhubbub_helper.rb [new file with mode: 0644]
app/views/admin/pubsubhubbub/index.html.haml [new file with mode: 0644]
config/routes.rb
spec/controllers/admin/pubsubhubbub_controller_spec.rb [new file with mode: 0644]
spec/helpers/admin/pubsubhubbub_helper_spec.rb [new file with mode: 0644]