Commit Graph

3 Commits

Author SHA1 Message Date
b4acfb89fa Layout: use bootstrap classes 2018-08-31 19:31:36 +02:00
b569829343 General cleanup 2018-08-28 15:52:50 +02:00
a7693aa78d Switch from macros to blocks for navigation menus
This affects the user and notifications menus. It happens for two reasons:
- the only argument passed to the macros was current_user, which is always available
- we want to enable overriding and adding items to the menus via extensions

At the moment only the user menu takes advantage of the base template, since the blender-cloud extension makes use of it, while notifications.pug does not need it yet.
2017-12-13 11:08:33 +01:00