diff options
Diffstat (limited to 'views')
| -rwxr-xr-x | views/home.ejs | 2 | ||||
| -rw-r--r-- | views/partials/header.ejs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/views/home.ejs b/views/home.ejs index 76b6cea..47c13e4 100755 --- a/views/home.ejs +++ b/views/home.ejs @@ -63,7 +63,7 @@ <h1>Room Showcase</h1> - + [[ include projects/list-projects ]] <a href="#loadmore" class="viewMore btn">View More</a> diff --git a/views/partials/header.ejs b/views/partials/header.ejs index 88d832d..c946037 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> [[ } ]] <a href="#" class="icon-help-circled" id="help-button"></a> |
