aboutsummaryrefslogtreecommitdiffstats
path: root/templates/admin/emails
Commit message (Collapse)AuthorAgeFilesLines
* Ensure search action button coalesced to adjacent input (#11385)zeripath2020-05-121-2/+2
| | | | | | | | | | | Fomantic-ui's action button syntax requires that the button is the next sibling of the input it is attached to and that they are both children of a div.action. Fix #11375 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv>
* Admin page for managing user e-mail activation (#10557)guillep2k2020-03-021-0/+101
* Implement mail activation admin panel * Add export comments * Fix another export comment * again... * And again! * Apply suggestions by @lunny * Add UI for user activated emails * Make new activation UI work * Fix lint * Prevent admin from self-deactivate; add modal Co-authored-by: zeripath <art27@cantab.net>