The Special:GlobalBlockList page provides action links next to entries displayed in a log-like format. However, these action links are not used on `Special:Log where they could also be used.
Adding them to Special:Log means that:
- It makes the log entries consistent with blocks from core, as these provide action text links to modify and to remove the block.
- This allows the moving of this code to a service, which makes it easier to independently test this code
Acceptance criteria
- Move the code producing action links to the GlobalBlockingLinkBuilder service
- Display the action links next to global blocking log entries in Special:Log