Merge pull request #18437 from overleaf/rd-bs5-project-dashboard
Enable Bootstrap 5 to load for the project dashboard page GitOrigin-RevId: 4aa74bd4fde98192b2e5b322bb777a8c8beae237
This commit is contained in:
@@ -440,6 +440,10 @@ async function projectListPage(req, res, next) {
|
||||
)
|
||||
}
|
||||
|
||||
// Get the user's assignment for the Bootstrap 5 split test, which populates
|
||||
// splitTestVariants with a value for 'bootstrap-5' and allows Pug to read it
|
||||
await SplitTestHandler.promises.getAssignment(req, res, 'bootstrap-5')
|
||||
|
||||
res.render('project/list-react', {
|
||||
title: 'your_projects',
|
||||
usersBestSubscription,
|
||||
|
||||
Reference in New Issue
Block a user