diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-06-20 12:38:35 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-06-20 12:38:35 -0400 |
| commit | 4d41eaa24d04fe61233c024ece899731aaf9f1e8 (patch) | |
| tree | 96fa5d076084c4bc35513873f6714345f0a4d481 /views/partials/header.ejs | |
| parent | 8aede8cb98669537213eb267e8602dc3e8266c97 (diff) | |
better wall colors
Diffstat (limited to 'views/partials/header.ejs')
| -rw-r--r-- | views/partials/header.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/header.ejs b/views/partials/header.ejs index 55505ed..e83f42a 100644 --- a/views/partials/header.ejs +++ b/views/partials/header.ejs @@ -7,7 +7,7 @@ <a href="/layout" data-role="show-layouts-modal" class="topLink">Layouts</a> [[ } ]] - <a href="/project" class="topLink">Projects</a> + <a href="/project" data-role="show-projects-modal" 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> |
