summaryrefslogtreecommitdiff
path: root/views/profile.ejs
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-11-05 18:13:59 -0500
committerJules Laplace <jules@okfoc.us>2014-11-05 18:13:59 -0500
commit22c4fd94cd4b3f5f881f0ad91597b7c208e89eff (patch)
tree910f9273c2de0c49b77e411b1c0a6cf5efd8c108 /views/profile.ejs
parent64748a6d55f1e4d08270367767b631b724833b19 (diff)
parent69cf6a5005dcd0e7fcebcc1db9bd290b5fb63ed1 (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>