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:
@@ -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]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user