a11y: Set aria-label attribute for PHUIListItemView Edit links in task lists
Summary:
Links should have a discernible name per https://dequeuniversity.com/rules/axe/4.10/link-name
The "Edit" icons/links (created by creating `id(new PHUIListItemView())` in `ManiphestTaskListView`) for each task in Maniphest list results do not have any description what they actually do.
Ref T16072
Test Plan:
* While logged in, go to http://phorge.localhost/maniphest/query/assigned/
* In the task list, inspect the Edit icon/link on the most right in each result line: Beforehand it lacked any context, now it has a descriptive `aria-label="Edit Task"` attribute.
* Optionally, run an Accessibility check in Chromium Lighthouse.
Reviewers: O1 Blessed Committers, chris
Reviewed By: O1 Blessed Committers, chris
Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno
Maniphest Tasks: T16072
Differential Revision: https://we.phorge.it/D26052