From 0cc2192ff7582f5f9c2c9a20adcceae3bbc1fa84 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sun, 6 Mar 2016 15:39:06 -0500 Subject: Update application navbar The navbar now has a different view when logged in. I added the 'user button' which shows alert info and has a menu. Currently, the only menu item is 'Log out'. --- app/view/common/topp.view.php | 15 ++++++++++++++- examples/example.html | 28 +++++++++++----------------- 2 files changed, 25 insertions(+), 18 deletions(-) diff --git a/app/view/common/topp.view.php b/app/view/common/topp.view.php index 05e4862..460887d 100644 --- a/app/view/common/topp.view.php +++ b/app/view/common/topp.view.php @@ -14,7 +14,20 @@ diff --git a/examples/example.html b/examples/example.html index 7f1ac2a..ca22361 100644 --- a/examples/example.html +++ b/examples/example.html @@ -34,23 +34,17 @@ - + + + + + +
  • Issues assigned to Me 1
  • +
  • My open Issues
  • + +
  • Private Messages 1
  • +
  • Settings
  • + -- cgit v1.2.3