Differential D21156 Diff 50371 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 189 Lines • ▼ Show 20 Lines | return javelin_tag( | ||||
| '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, | ||||
| 'pathParts' => $path_parts, | 'pathParts' => $path_parts, | ||||
| 'pathIconIcon' => $changeset->getPathIconIcon(), | |||||
| 'pathIconColor' => $changeset->getPathIconColor(), | |||||
| 'editorURI' => $this->getEditorURI(), | 'editorURI' => $this->getEditorURI(), | ||||
| 'editorConfigureURI' => $this->getEditorConfigureURI(), | 'editorConfigureURI' => $this->getEditorConfigureURI(), | ||||
| 'loaded' => $is_loaded, | 'loaded' => $is_loaded, | ||||
| 'changesetState' => $changeset_state, | 'changesetState' => $changeset_state, | ||||
| ), | ), | ||||
| 'class' => $class, | 'class' => $class, | ||||
| 'id' => $id, | 'id' => $id, | ||||
| ▲ Show 20 Lines • Show All 87 Lines • Show Last 20 Lines | |||||