diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-06-12 14:52:34 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-06-12 14:52:34 -0400 |
| commit | 5a215e1b00e4fd026a83e81baa7a45c28435f73c (patch) | |
| tree | 6f4cbfab683b03e546951d526a0127dce012a7d9 /views/partials/header.ejs | |
| parent | 2525d1c20120ecb5224c9896a2e1acd77385cbc4 (diff) | |
routes for starting a new project
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 55c8545..94d5a43 100644 --- a/views/partials/header.ejs +++ b/views/partials/header.ejs @@ -2,8 +2,8 @@ <span class="topLinks"> [[ if (logged_in) { ]] - <a href="/builder" data-role="show-layouts-modal" class="topLink">Layouts</a> - <a href="/editor" class="topLink">Projects</a> + <a href="/layout" data-role="show-layouts-modal" class="topLink">Layouts</a> + <a href="/project" 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) { ]] |
