summaryrefslogtreecommitdiff
path: root/views/partials/header.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/partials/header.ejs')
-rw-r--r--views/partials/header.ejs4
1 files changed, 3 insertions, 1 deletions
diff --git a/views/partials/header.ejs b/views/partials/header.ejs
index e0e98c2..c73cc47 100644
--- a/views/partials/header.ejs
+++ b/views/partials/header.ejs
@@ -2,10 +2,12 @@
<span class="topLinks">
[[ if (logged_in) { ]]
+ <a href="/builder" class="topLink">Layouts</a>
+ <a href="/editor" class="topLink">Projects</a>
[[ if (profile && String(user._id) == String(profile._id)) { ]]
<a href="/profile" data-role="edit-profile-modal" class="topLink editProfile">Edit Profile <span class="icon-ios7-gear-outline"></span></a>
[[ } else if (! profile) { ]]
- <a href="/profile" class="topLink">View Profile</a>
+ <a href="/profile" class="topLink">Profile</a>
[[ } ]]
[[ } else { ]]
<a href="#" data-role="show-signup-modal" class="signUp topLink">Sign Up</a>