summaryrefslogtreecommitdiff
path: root/views/profile.ejs
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-11-05 11:34:37 -0500
committerryderr <r@okfoc.us>2014-11-05 11:34:37 -0500
commitf4a11055e13b08bc90ee72cad79acaf295318d67 (patch)
tree62d0822e55c9b68f01599f7cf86262a9465ed128 /views/profile.ejs
parent80c731a0d0f10db6891364ecd0cf3afcee288cb1 (diff)
parent4adaca22b5cafba9dcfd8fd147d44797ad267a77 (diff)
merge
Diffstat (limited to 'views/profile.ejs')
-rw-r--r--views/profile.ejs16
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>