From 18807004461e3d0c0e3483a0acaccf879df33884 Mon Sep 17 00:00:00 2001 From: ryderr Date: Wed, 8 Oct 2014 15:53:23 -0400 Subject: no projects thingy --- views/profile.ejs | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'views/profile.ejs') diff --git a/views/profile.ejs b/views/profile.ejs index d977844..adc9562 100644 --- a/views/profile.ejs +++ b/views/profile.ejs @@ -41,7 +41,7 @@ [[ } ]] - + [[ if (projects.length) { ]]

[[- profile.username ]] has [[- projects.length ]] project[[- projects.length != 1 ? "s" : "" ]]

@@ -50,11 +50,23 @@ view more [[ } else { ]] +

Welcome to VVALLS

-

- You don't have any projects yet. To get started click "New Project" up at the top of the screen. +
+

+ VValls lets you create awesome 3D rooms. +

+ +

+ You don't have any projects yet. +

+

+ Create a New Project +

+ +
[[ } ]] - + [[ include partials/edit-profile ]] [[ include projects/layouts-modal ]] [[ include projects/edit-project ]] -- cgit v1.2.3-70-g09d2 From 32710444724fa6271d7d1d86a917be3b7457217c Mon Sep 17 00:00:00 2001 From: ryderr Date: Wed, 8 Oct 2014 15:54:05 -0400 Subject: data role --- views/profile.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/profile.ejs') diff --git a/views/profile.ejs b/views/profile.ejs index adc9562..5ff2eb0 100644 --- a/views/profile.ejs +++ b/views/profile.ejs @@ -61,7 +61,7 @@ You don't have any projects yet.

- Create a New Project + Create a New Project

-- cgit v1.2.3-70-g09d2