Changeset View
Changeset View
Standalone View
Standalone View
src/applications/phid/view/PHUIHandleTagListView.php
| Show First 20 Lines • Show All 116 Lines • ▼ Show 20 Lines | return phutil_tag( | ||||
| 'class' => 'phabricator-handle-tag-list-item', | 'class' => 'phabricator-handle-tag-list-item', | ||||
| ), | ), | ||||
| $content); | $content); | ||||
| } | } | ||||
| private function newPlaceholderTag() { | private function newPlaceholderTag() { | ||||
| return id(new PHUITagView()) | return id(new PHUITagView()) | ||||
| ->setType(PHUITagView::TYPE_SHADE) | ->setType(PHUITagView::TYPE_SHADE) | ||||
| ->setColor(PHUITagView::COLOR_DISABLED) | ->setColor(PHUITagView::COLOR_PLACEHOLDER) | ||||
| ->setSlimShady($this->slim); | ->setSlimShady($this->slim); | ||||
| } | } | ||||
| } | } | ||||