stable
Clone or download
Read-only
Part of story #10173: Have multiple dashboards In a project dashboard, the name of the project should be displayed. If the project has a parent, then it should be displayed on top of it. Change-Id: I07ac3c9f6b51eb0704a93abf0343195ee882290d
Modified Files
Name | ||||
---|---|---|---|---|
A | src/common/Dashboard/ProjectPresenter.php | +41 | −0 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
M | src/common/layout/ThemeManager.class.php | +1 | −1 | Go to diff View file |
A | src/templates/dashboard/project.mustache | +13 | −0 | Go to diff View file |
M | src/www/include/project_home.php | +1 | −3 | Go to diff View file |
M | src/www/projects.php | +22 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/css/_includes.scss | +1 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/includes/_dashboard.scss | +44 | −0 | Go to diff View file |