projects
/
oweals
/
finalsclub.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2af4fee
)
removing notes, and only showing course count if there are courses
author
Seth Woodworth
<seth@sethish.com>
Mon, 27 Feb 2012 01:23:30 +0000
(20:23 -0500)
committer
Seth Woodworth
<seth@sethish.com>
Mon, 27 Feb 2012 01:59:36 +0000
(20:59 -0500)
fixes #28
public/index.html
patch
|
blob
|
history
diff --git
a/public/index.html
b/public/index.html
index 3b354df33ce13c403cb189563dabf3d22d4468dc..adf6ecd6f272a2c79ba81474d3329574ebd653fb 100644
(file)
--- a/
public/index.html
+++ b/
public/index.html
@@
-314,8
+314,9
@@
<div class="text-pair">
<span class="school_name">${name}</span>
<!-- <h4>${description}</h4>-->
- <span class="number_of_courses">${courses} Courses, </span>
- <span class="number_of_notes">27 Notes</span>
+ {{if courses > 0}}
+ <span class="number_of_courses">${courses} Courses</span>
+ {{/if}}
</div>
</a>
</li>