]> cat aescling's git repositories - mastodon.git/commit
Add quick links to the admin interface in the WebUI (#8545)
authorThibG <thib@sitedethib.com>
Fri, 4 Jan 2019 12:10:43 +0000 (13:10 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 4 Jan 2019 12:10:43 +0000 (13:10 +0100)
commit6f9a7bd02ca9efe5e798d8f4642f94ad4b5b88a2
treea24033f96f5899bb866db1e7e222d308e194df58
parent1512af2811cb5b2ffccac5452eb291b1af46f89d
Add quick links to the admin interface in the WebUI (#8545)

* Allow to show a specific status in the admin interface

* Let the front-end know the current account is a moderator

* Add admin links to status and account menus

If the current logged-in user is an admin, add quick links to the admin
interface in account and toot dropdown menu. Suggestion by @ashkitten

* Use @statuses.first instead of @statuses[0]
app/controllers/admin/statuses_controller.rb
app/javascript/mastodon/components/status_action_bar.js
app/javascript/mastodon/features/account/components/action_bar.js
app/javascript/mastodon/features/status/components/action_bar.js
app/javascript/mastodon/initial_state.js
app/serializers/initial_state_serializer.rb
app/views/admin/statuses/show.html.haml [new file with mode: 0644]
config/routes.rb