stable

Clone or download

Read-only

Display project banner on FlamingParrot pages

The message is restricted to some minimal formatting to be sure the look & feel of the page is not impacted. The message is always displayed completely and users can not hide it yet. There is also not yet a megaphone in the header. To tes the contribution, you can set the message via the REST route PUT /projects/:project_id/banner. Part of story #12264: display a custom banner inside project pages Change-Id: I034fea9405615da684d6070d851e1682be71ce3b

Modified Files

Name
M src/www/themes/FlamingParrot/ContainerPresenter.class.php +15 −0 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +11 −1 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/_definitions.scss +1 −0 Go to diff View file
A src/www/themes/FlamingParrot/css/utils/_project-banner.scss +34 −0 Go to diff View file
M src/www/themes/FlamingParrot/templates/container.mustache +5 −1 Go to diff View file