Differential D21157 Diff 50374 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 191 Lines • ▼ Show 20 Lines | return javelin_tag( | ||||
| '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(), | 'pathIconIcon' => $changeset->getPathIconIcon(), | ||||
| 'pathIconColor' => $changeset->getPathIconColor(), | 'pathIconColor' => $changeset->getPathIconColor(), | ||||
| 'isLowImportance' => $changeset->getIsLowImportanceChangeset(), | |||||
| 'isOwned' => $changeset->getIsOwnedChangeset(), | |||||
| '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, | ||||
| ▲ Show 20 Lines • Show All 88 Lines • Show Last 20 Lines | |||||