Commit Graph

6 Commits

Author SHA1 Message Date
Yamagishi Kazutoshi c0fc4e9935 Remove unnecessary underline on accounts table () 2018-06-04 13:09:36 +02:00
ThibG 6eb60260b1 Display deleted users' role as “Suspended” ()
Deleted users are technically suspended, but the code displaying their status
in the admin interface was broken and displayed a javascript object holding
translations of the possible user roles instead.
2017-12-22 02:14:17 +01:00
Eugen Rochko 20a6584d2d
Clean up admin UI for accounts ()
* Add staff filter to admin UI for accounts, remove obsolete columns

* Only display OStatus section in admin UI for accounts when OStatus data
2017-12-13 12:15:10 +01:00
nightpool efec02f153 use existing inflections instead of custom helper ()
* use existing inflections instead of custom helper

* use ActiveSupport versions
2017-08-17 23:20:50 +02:00
nullkal 075d6a1e13 Show what protocol is used for accounts in admin/accounts#index ()
* Show what protocol used for in admin/accounts#index

* Add frozen_string_literal
2017-08-17 17:52:40 +02:00
Matt Jankowski b5eec34230 Add admin area view partials for each record type () 2017-05-02 20:56:28 +02:00