about summary refs log tree commit diff
path: root/app/controllers/admin/domain_blocks_controller.rb
AgeCommit message (Collapse)Author
2017-04-10Admin base controller (#1465)Matt Jankowski
* Add Admin::BaseController to wrap admin area Extracts the setting of the `admin` layout and verifying that users are admins to a common base class for the admin/ controllers. * Add basic coverage for admin/reports and admin/settings controllers
2017-04-03Make default admin UI page reports. Add admin UI for creating a domain blockEugen Rochko
2016-12-13Improved admin UIEugen Rochko