diff options
| author | ryderr <r@okfoc.us> | 2014-09-30 15:42:25 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-09-30 15:42:25 -0400 |
| commit | 7562a585d47e79fa5fa8a32885f7b4bd29da4a39 (patch) | |
| tree | 3a755dfa460e9704aca2e5a9f7e373026b062cf3 /views/partials | |
| parent | c88ab70d90193babda2e06b455fafc05fec54ccb (diff) | |
fixed header
Diffstat (limited to 'views/partials')
| -rw-r--r-- | views/partials/header.ejs | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/views/partials/header.ejs b/views/partials/header.ejs index a48c5e1..d46155f 100644 --- a/views/partials/header.ejs +++ b/views/partials/header.ejs @@ -1,3 +1,4 @@ +<div id="header"> <a href="/" class="logo"><img src="/assets/img/logo4.svg"></a> <div id="minotaur"> @@ -8,10 +9,13 @@ [[ if (logged_in) { ]] [[ if (user.isStaff) { ]] - <a href="/layout" data-role="show-layouts-modal" class="topLink">Layouts</a> + <a href="/layout" data-role="show-layouts-modal" class="topLink" style="border-right:1px solid">Layouts</a> [[ } ]] - <a href="/project" data-role="show-projects-modal" class="topLink">Projects</a> + <!--<a href="/project" data-role="show-projects-modal" class="topLink">Projects</a>--> + + <a href="#" data-role="new-project-modal" style="border-right:1px solid">New Project</a> + [[ if (profile && String(user._id) == String(profile._id)) { ]] <a href="/profile" data-role="edit-profile-modal" class="topLink editProfile">Settings</a> @@ -24,3 +28,4 @@ <a href="/login" data-role="show-signin-modal" class="signIn topLink">Sign In</a> [[ } ]] </span> +</div>
\ No newline at end of file |
