diff options
Diffstat (limited to 'views/partials')
| -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)) { ]] |
