Changeset View
Changeset View
Standalone View
Standalone View
src/infrastructure/diff/view/PHUIDiffInlineCommentDetailView.php
| Show First 20 Lines • Show All 259 Lines • ▼ Show 20 Lines | if ($this->editable && !$this->preview) { | ||||
| ->setIcon('fa-trash-o') | ->setIcon('fa-trash-o') | ||||
| ->addSigil('differential-inline-delete') | ->addSigil('differential-inline-delete') | ||||
| ->setMustCapture(true); | ->setMustCapture(true); | ||||
| } | } | ||||
| if (!$this->preview && $this->canHide()) { | if (!$this->preview && $this->canHide()) { | ||||
| $action_buttons[] = id(new PHUIButtonView()) | $action_buttons[] = id(new PHUIButtonView()) | ||||
| ->setTag('a') | ->setTag('a') | ||||
| ->setTooltip(pht('Hide Comment')) | ->setTooltip(pht('Collapse')) | ||||
| ->setIcon('fa-times') | ->setIcon('fa-times') | ||||
| ->addSigil('hide-inline') | ->addSigil('hide-inline') | ||||
| ->setMustCapture(true); | ->setMustCapture(true); | ||||
| } | } | ||||
| $done_button = null; | $done_button = null; | ||||
| if (!$is_synthetic) { | if (!$is_synthetic) { | ||||
| ▲ Show 20 Lines • Show All 218 Lines • Show Last 20 Lines | |||||