Use ActionListView for all profile actions

Summary:
This leaves the space between the properties and the blurb looking a bit empty, but there will be more stuff there soon (status, VCS names, email, phone/fax numbers, etc., and custom user fields).

I removed "view lint messages" since I'm pretty sure no one has ever clicked it. I think providing better search (e.g, T2625) to that UI in Diffusion is a preferable approach.

Test Plan: {F49423}

Reviewers: chad, btrahan

Reviewed By: chad

CC: aran

Differential Revision: https://secure.phabricator.com/D6403
This commit is contained in:
epriestley
2013-07-10 05:11:08 -07:00
parent 0125984226
commit 6a40df529d
13 changed files with 143 additions and 190 deletions

View File

@@ -26,7 +26,6 @@ final class PhabricatorApplicationDiffusion extends PhabricatorApplication {
public function getEventListeners() {
return array(
new DiffusionPeopleMenuEventListener(),
new DiffusionHovercardEventListener(),
);
}