diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-02 13:03:25 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-02 13:03:25 -0400 |
| commit | fd1763e460efaac8e2befc6b24bbbbd4a92008f0 (patch) | |
| tree | 7076e945da841b2a24ba46deb3f54df422a88fbd /views | |
| parent | 6e5dbdeb78b72bf9775ed2ea233db0b2ad8b5e41 (diff) | |
| parent | 7990eabde341aa44f20f22927954bca6783dc60f (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'views')
| -rwxr-xr-x | views/home.ejs | 7 | ||||
| -rw-r--r-- | views/partials/header.ejs | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/views/home.ejs b/views/home.ejs index 76b6cea..a6f5a88 100755 --- a/views/home.ejs +++ b/views/home.ejs @@ -62,9 +62,10 @@ </div> <h1>Room Showcase</h1> - - - + <img src="https://s3.amazonaws.com/uploads.hipchat.com/14935/55226/twq38ErgSnriaOq/vvalls-thumbnail-options2.gif" style="border-top:1px solid;width:100%"> + <!-- + [[ include projects/list-projects ]] + --> <a href="#loadmore" class="viewMore btn">View More</a> [[ include partials/confirm-modal ]] diff --git a/views/partials/header.ejs b/views/partials/header.ejs index 065385d..1b7b498 100644 --- a/views/partials/header.ejs +++ b/views/partials/header.ejs @@ -65,7 +65,7 @@ [[ if (profile && String(user._id) == String(profile._id)) { ]] <a href="/profile" data-role="edit-profile-modal" class="topLink editProfile">Settings</a> [[ } else if (! profile) { ]] - <a href="/profile" class="topLink">Profile</a> + <a href="/profile" class="topLink profileLink">Profile</a> [[ } ]] [[ if (opt.editing) { ]] |
