diff options
| author | ryderr <r@okfoc.us> | 2014-10-07 17:34:40 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-07 17:34:40 -0400 |
| commit | 61ed349582e33660cccf0a2e5150a49bda98f07e (patch) | |
| tree | b9b0b132b2ada5015b694323d4a0a78a2a24f31d | |
| parent | ea5cce0042a6448636d4bd583c1200c26a7efe87 (diff) | |
| parent | 99e31b840df93217b2fa521f4302771683462f6e (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
| -rw-r--r-- | views/profile.ejs | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/views/profile.ejs b/views/profile.ejs index 6a5b3ea..d977844 100644 --- a/views/profile.ejs +++ b/views/profile.ejs @@ -45,11 +45,15 @@ [[ if (projects.length) { ]] <h1>[[- profile.username ]] has [[- projects.length ]] project[[- projects.length != 1 ? "s" : "" ]]</h1> - [[ } ]] - [[ include projects/list-projects ]] + [[ include projects/list-projects ]] - <a href="#" class="viewMore btn">view more</a> + <a href="#" class="viewMore btn">view more</a> + [[ } else { ]] + <h1>Welcome to VVALLS</h1> + <br><br> + You don't have any projects yet. To get started click "New Project" up at the top of the screen. + [[ } ]] [[ include partials/edit-profile ]] [[ include projects/layouts-modal ]] |
