Differential D21154 Diff 50370 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 187 Lines • ▼ Show 20 Lines | return javelin_tag( | ||||
| 'meta' => array( | 'meta' => array( | ||||
| 'left' => $left_id, | 'left' => $left_id, | ||||
| 'right' => $right_id, | 'right' => $right_id, | ||||
| 'renderURI' => $this->getRenderURI(), | 'renderURI' => $this->getRenderURI(), | ||||
| 'ref' => $this->getRenderingRef(), | 'ref' => $this->getRenderingRef(), | ||||
| 'autoload' => $this->getAutoload(), | 'autoload' => $this->getAutoload(), | ||||
| 'displayPath' => hsprintf('%s', $display_parts), | 'displayPath' => hsprintf('%s', $display_parts), | ||||
| 'icon' => $display_icon, | 'icon' => $display_icon, | ||||
| 'treeNodeID' => 'tree-node-'.$changeset->getAnchorName(), | |||||
| 'pathParts' => $path_parts, | 'pathParts' => $path_parts, | ||||
| 'editorURI' => $this->getEditorURI(), | 'editorURI' => $this->getEditorURI(), | ||||
| 'editorConfigureURI' => $this->getEditorConfigureURI(), | 'editorConfigureURI' => $this->getEditorConfigureURI(), | ||||
| 'loaded' => $is_loaded, | 'loaded' => $is_loaded, | ||||
| 'changesetState' => $changeset_state, | 'changesetState' => $changeset_state, | ||||
| ), | ), | ||||
| ▲ Show 20 Lines • Show All 89 Lines • Show Last 20 Lines | |||||