topbar: Include "Create project" in menu.

[?]
Oct 31, 2013, 9:03 AM
BPXMGUMQKGL7KA7H66TYUNWWB23O6QI55YYA7WHDMNW22BOBPCCQC

Dependencies

  • [2] NRSKJPP4 makeLink -> menuItem
  • [3] IS7ICWFQ Restore link to clearvcscache
  • [4] OEPUOUNB Using twitter bootstrap for more consistent looks for Hydra
  • [5] I4K2UPCW Tweaks
  • [6] E3X3C5LK Replace ugly link with nice small buttons
  • [7] JIJDYWPY Remove the Build menu from the top bar
  • [8] 7ZQAHJQM Fix indentation
  • [*] QL55ECJ6 - adapted ui for hydra, more in line with nixos.org website

Change contents

  • replacement in src/root/topbar.tt at line 75
    [4.1859][4.2513:2569]()
    [% IF c.user_exists && c.check_user_roles('admin') %]
    [4.14441]
    [4.14514]
    [% IF c.user_exists && (c.check_user_roles('admin') ||
    c.check_user_roles('create-projects')) %]
  • replacement in src/root/topbar.tt at line 78
    [4.14558][4.428:471]()
    [% IF c.check_user_roles('admin') %]
    [4.14558]
    [4.471]
    [% IF c.check_user_roles('admin') || c.check_user_roles('create-projects') %]
  • edit in src/root/topbar.tt at line 82
    [4.639]
    [2.552]
    [% IF c.check_user_roles('admin') %]
  • edit in src/root/topbar.tt at line 108
    [3.227]
    [4.15847]
    [% END %]