summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-10-02 12:26:38 -0400
committerryderr <r@okfoc.us>2014-10-02 12:26:38 -0400
commit7767259acb90375f55b15ad906e3d434219d43fc (patch)
tree91884e3f39d18fe3e8f6d690b775e75d23794737 /views
parent59968931216c449aebdabcfb25b9792fdbbe8931 (diff)
no border on side
Diffstat (limited to 'views')
-rwxr-xr-xviews/home.ejs2
-rw-r--r--views/partials/header.ejs2
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>