diff options
| author | ryderr <r@okfoc.us> | 2014-09-30 17:46:54 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-09-30 17:46:54 -0400 |
| commit | e06fa1dc74532463d64060e2ba21799848a8e47e (patch) | |
| tree | 719af2d4d4e1de5903ce027fde15130f41bf7807 /views/partials/header.ejs | |
| parent | d4382d834550a68d6c4473578252a8b6f4df7702 (diff) | |
stylez
Diffstat (limited to 'views/partials/header.ejs')
| -rw-r--r-- | views/partials/header.ejs | 4 |
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)) { ]] |
