[Redesign] Update Workboards

Summary: Ref T8099, Cleans up Workboard UI, fixes button icon spacing

Test Plan: Review workboards on desktop, mobile

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T8099

Differential Revision: https://secure.phabricator.com/D13473
This commit is contained in:
Chad Little
2015-06-29 12:31:49 -07:00
parent 08ec0f1704
commit 10dd27cac9
7 changed files with 57 additions and 34 deletions

View File

@@ -7,6 +7,7 @@ abstract class PhabricatorProjectBoardController
$id = $project->getID();
$nav = parent::buildIconNavView($project);
$nav->selectFilter("board/{$id}/");
$nav->addClass('project-board-nav');
return $nav;
}
}