diff options
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) { ]] |
