Differential D18043 Diff 43416 src/applications/differential/view/DifferentialChangesetDetailView.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/view/DifferentialChangesetDetailView.php
| Show First 20 Lines • Show All 198 Lines • ▼ Show 20 Lines | return javelin_tag( | ||||
| 'whitespace' => $this->getWhitespace(), | 'whitespace' => $this->getWhitespace(), | ||||
| 'highlight' => null, | 'highlight' => null, | ||||
| 'renderer' => $this->getRenderer(), | 'renderer' => $this->getRenderer(), | ||||
| 'ref' => $this->getRenderingRef(), | 'ref' => $this->getRenderingRef(), | ||||
| 'autoload' => $this->getAutoload(), | 'autoload' => $this->getAutoload(), | ||||
| 'loaded' => $this->getLoaded(), | 'loaded' => $this->getLoaded(), | ||||
| 'undoTemplates' => hsprintf('%s', $renderer->renderUndoTemplates()), | 'undoTemplates' => hsprintf('%s', $renderer->renderUndoTemplates()), | ||||
| 'displayPath' => hsprintf('%s', $display_parts), | 'displayPath' => hsprintf('%s', $display_parts), | ||||
| 'objectiveName' => basename($display_filename), | |||||
| 'icon' => $display_icon, | 'icon' => $display_icon, | ||||
| ), | ), | ||||
| 'class' => $class, | 'class' => $class, | ||||
| 'id' => $id, | 'id' => $id, | ||||
| ), | ), | ||||
| array( | array( | ||||
| id(new PhabricatorAnchorView()) | id(new PhabricatorAnchorView()) | ||||
| ->setAnchorName($changeset->getAnchorName()) | ->setAnchorName($changeset->getAnchorName()) | ||||
| Show All 23 Lines | |||||