]> cat aescling's git repositories - mastodon.git/commit
Improved admin UI
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 13 Dec 2016 12:42:10 +0000 (13:42 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 13 Dec 2016 12:42:10 +0000 (13:42 +0100)
commit76ec90799352603406728cb51b4e70913413f2bd
treeb6ab2aa6e04d99c89f0a8ac6442170ca539ba6b8
parent668013265c3153383088d9dd53970ae837c1d405
Improved admin UI
23 files changed:
Gemfile
Gemfile.lock
app/assets/javascripts/components/features/notifications/index.jsx
app/assets/stylesheets/admin.scss [new file with mode: 0644]
app/assets/stylesheets/application.scss
app/assets/stylesheets/tables.scss
app/controllers/admin/accounts_controller.rb
app/controllers/admin/domain_blocks_controller.rb [new file with mode: 0644]
app/controllers/admin/pubsubhubbub_controller.rb
app/helpers/admin/accounts_helper.rb
app/helpers/admin/domain_blocks_helper.rb [new file with mode: 0644]
app/helpers/admin/pubsubhubbub_helper.rb
app/views/admin/accounts/index.html.haml
app/views/admin/domain_blocks/index.html.haml [new file with mode: 0644]
app/views/admin/pubsubhubbub/index.html.haml
app/views/layouts/admin.html.haml [new file with mode: 0644]
config/navigation.rb [new file with mode: 0644]
config/routes.rb
spec/controllers/admin/domain_blocks_controller_spec.rb [new file with mode: 0644]
spec/helpers/admin/accounts_helper_spec.rb
spec/helpers/admin/domain_blocks_helper_spec.rb [new file with mode: 0644]
spec/helpers/admin/pubsubhubbub_helper_spec.rb
spec/lib/formatter_spec.rb