mirror of
https://we.phorge.it/source/phorge.git
synced 2025-04-08 18:38:35 +02:00
Add home icon to examples
Summary: home icon on examples Test Plan: O.O Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D6145
This commit is contained in:
parent
148ab2b772
commit
76c8705a27
2 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ final class PHUIDocumentExample extends PhabricatorUIExample {
|
||||||
->addMenuItem($item1);
|
->addMenuItem($item1);
|
||||||
|
|
||||||
$home = id(new PHUIListItemView())
|
$home = id(new PHUIListItemView())
|
||||||
->setIcon('transcript')
|
->setIcon('home')
|
||||||
->setHref('#')
|
->setHref('#')
|
||||||
->setType(PHUIListItemView::TYPE_ICON);
|
->setType(PHUIListItemView::TYPE_ICON);
|
||||||
|
|
||||||
|
|
|
@ -125,7 +125,7 @@ final class PHUIListExample extends PhabricatorUIExample {
|
||||||
/* Top Navigation */
|
/* Top Navigation */
|
||||||
|
|
||||||
$home = id(new PHUIListItemView())
|
$home = id(new PHUIListItemView())
|
||||||
->setIcon('transcript')
|
->setIcon('home')
|
||||||
->setHref('#')
|
->setHref('#')
|
||||||
->setType(PHUIListItemView::TYPE_ICON);
|
->setType(PHUIListItemView::TYPE_ICON);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue