topbar: Include "Create project" in menu.
[?]
Oct 31, 2013, 9:03 AM
BPXMGUMQKGL7KA7H66TYUNWWB23O6QI55YYA7WHDMNW22BOBPCCQCDependencies
- [2]
NRSKJPP4makeLink -> menuItem - [3]
IS7ICWFQRestore link to clearvcscache - [4]
OEPUOUNBUsing twitter bootstrap for more consistent looks for Hydra - [5]
I4K2UPCWTweaks - [6]
E3X3C5LKReplace ugly link with nice small buttons - [7]
JIJDYWPYRemove the Build menu from the top bar - [8]
7ZQAHJQMFix indentation - [*]
QL55ECJ6- adapted ui for hydra, more in line with nixos.org website
Change contents
- replacement in src/root/topbar.tt at line 75
[% IF c.user_exists && c.check_user_roles('admin') %][% IF c.user_exists && (c.check_user_roles('admin') ||c.check_user_roles('create-projects')) %] - replacement in src/root/topbar.tt at line 78
[% IF c.check_user_roles('admin') %][% IF c.check_user_roles('admin') || c.check_user_roles('create-projects') %] - edit in src/root/topbar.tt at line 82
[% IF c.check_user_roles('admin') %] - edit in src/root/topbar.tt at line 108
[% END %]