Move "Stale" / "Old" to date icon in Differential list view

Summary: Ref T3485. Moves "Stale" / "Old" to the right.

Test Plan: {F48653}

Reviewers: chad

Reviewed By: chad

CC: aran

Maniphest Tasks: T3485

Differential Revision: https://secure.phabricator.com/D6354
This commit is contained in:
epriestley
2013-07-03 08:52:46 -07:00
parent 66450698ba
commit 0407b22ea2
4 changed files with 47 additions and 23 deletions

View File

@@ -114,7 +114,7 @@ final class PhabricatorProjectListController
->setHeader($row[0])
->setHref($row[1])
->addIcon($row[3], $row[2])
->addIcon('edit', pht('Edit Project'), $row[7]);
->addIcon('edit', pht('Edit Project'), array('href' => $row[7]));
if ($row[4]) {
$item->addAttribute($row[4]);
}