diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-11-04 15:46:37 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-11-04 15:52:26 -0500 |
| commit | 3d22e7ad8320ae120586ec1ad26e11016598c821 (patch) | |
| tree | e00c285f0a5bfec95ad2ed7f12bf84045991dde6 /views | |
| parent | 73ca53a6836ad642c30fb40b3c314b49833054ce (diff) | |
user has no projects
Diffstat (limited to 'views')
| -rw-r--r-- | views/profile.ejs | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/views/profile.ejs b/views/profile.ejs index 1be0702..272deb7 100644 --- a/views/profile.ejs +++ b/views/profile.ejs @@ -58,14 +58,16 @@ </h2> [[ if (isOwnProfile) { ]] - <h2> - You don't have any projects yet. - </h2> - <h2> - <a href="#"class="btn" data-role="new-project-modal">Create a New Project</a> - </h2> + <h2> + You don't have any projects yet. + </h2> + <h2> + <a href="#"class="btn" data-role="new-project-modal">Create a New Project</a> + </h2> + [[ } else { ]] + <h2><a href="/" class="homeLink">Learn more about VValls</a></h2> + <h3>This person has no projects.</h3> [[ } ]] - </div> [[ } ]] </div> |
