stable

Clone or download

Read-only

Fix display of banner

In BurningParrot: * icon was misaligned * click on the icon did not display the banner Took the opportunity to encapsulate project stuff in common object so that we don't repeat ourselves too much. Part of story #16210: Remove navbar Change-Id: Ia9b4b11c61131800e47ef9345dba7a6487334c0d

Modified Files

Name
M src/common/Project/Flags/ProjectFlagPresenter.php +3 −0 Go to diff View file
A src/common/Project/ProjectContextPresenter.php +109 −0 Go to diff View file
M src/templates/common/breadcrumbs/breadcrumbs.mustache +3 −1 Go to diff View file
M src/themes/BurningParrot/css/includes/_sidebar-project.scss +1 −1 Go to diff View file
M src/themes/BurningParrot/include/BurningParrotTheme.php +10 −7 Go to diff View file
M src/themes/BurningParrot/include/HeaderPresenter.php +41 −27 Go to diff View file
M src/themes/BurningParrot/include/HeaderPresenterBuilder.php +3 −5 Go to diff View file
M src/themes/BurningParrot/templates/header.mustache +29 −27 Go to diff View file
M src/themes/FlamingParrot/include/ContainerPresenter.class.php +14 −70 Go to diff View file
M src/themes/FlamingParrot/templates/container.mustache +19 −15 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +8 −7 Go to diff View file