Move PhabricatorTagView to PHUITagView
Summary: For consistency and great justice. Test Plan: tested audit, uiexamples, action headers Reviewers: epriestley, btrahan Reviewed By: epriestley CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D7967
This commit is contained in:
@@ -39,8 +39,8 @@ final class PhabricatorFileInfoController extends PhabricatorFileController {
|
||||
|
||||
$ttl = $file->getTTL();
|
||||
if ($ttl !== null) {
|
||||
$ttl_tag = id(new PhabricatorTagView())
|
||||
->setType(PhabricatorTagView::TYPE_OBJECT)
|
||||
$ttl_tag = id(new PHUITagView())
|
||||
->setType(PHUITagView::TYPE_OBJECT)
|
||||
->setName(pht("Temporary"));
|
||||
$header->addTag($ttl_tag);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user