Changeset View
Changeset View
Standalone View
Standalone View
src/view/phui/PHUITimelineEventView.php
| Show First 20 Lines • Show All 249 Lines • ▼ Show 20 Lines | if (!$this->getIsPreview()) { | ||||
| $has_menu = true; | $has_menu = true; | ||||
| } | } | ||||
| } | } | ||||
| $items = array_mergev($items); | $items = array_mergev($items); | ||||
| } | } | ||||
| if ($items || $has_menu) { | if ($items || $has_menu) { | ||||
| $icon = id(new PHUIIconView()) | $icon = id(new PHUIIconView()) | ||||
| ->setIconFont('fa-cog'); | ->setIconFont('fa-caret-down'); | ||||
| $aural = javelin_tag( | $aural = javelin_tag( | ||||
| 'span', | 'span', | ||||
| array( | array( | ||||
| 'aural' => true, | 'aural' => true, | ||||
| ), | ), | ||||
| pht('Comment Actions')); | pht('Comment Actions')); | ||||
| if ($items) { | if ($items) { | ||||
| ▲ Show 20 Lines • Show All 302 Lines • Show Last 20 Lines | |||||