summaryrefslogtreecommitdiff
path: root/views/partials
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-09-30 17:47:23 -0400
committerJules Laplace <jules@okfoc.us>2014-09-30 17:47:23 -0400
commita5df286cb2f9484ccbb883a5057a6d827ccb8703 (patch)
tree885a27ae8781f20b8ef83fc2e965217cb8898f25 /views/partials
parentf8a0d855aac6c3b7c1002b85e0a070d4c9c1eeac (diff)
parente06fa1dc74532463d64060e2ba21799848a8e47e (diff)
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'views/partials')
-rw-r--r--views/partials/header.ejs4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/partials/header.ejs b/views/partials/header.ejs
index d46155f..57f39d8 100644
--- a/views/partials/header.ejs
+++ b/views/partials/header.ejs
@@ -9,12 +9,12 @@
[[ if (logged_in) { ]]
[[ if (user.isStaff) { ]]
- <a href="/layout" data-role="show-layouts-modal" class="topLink" style="border-right:1px solid">Layouts</a>
+ <a href="/layout" data-role="show-layouts-modal" class="topLink">Layouts</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>
+ <a href="#" data-role="new-project-modal">New Project</a>
[[ if (profile && String(user._id) == String(profile._id)) { ]]