added more protodiv demo code
[oweals/finalsclub.git] / views / archive / notes.jade
1 div.content
2         div.container1
3                 - course.section = course.section.replace(/\)/, '')
4                 h1 #{ course.section + ' - ' + course.name }
5                 p
6                         | Instructor: #{ course.instructor }
7                 p
8                         #{ course.description }
9                 ul
10                         - if ( notes.length > 0 )
11                                 - each note in notes
12                                         li
13                                                 a( href = '/archive/note/#{ note.id }' ) #{ note.topic || note.id }
14                         - else
15                                 li No notes found.