rooster.io/resources/jade/list.jade
Bram van der Veen d7d17de5d8 Changed the name of "multiple_found.jade" to "list.jade" and
Added linkbar to most other pages
Made sure that auth.is is called when lookup.get calls that multiple
matches are found.
2015-07-22 16:28:41 +02:00

12 lines
170 B
Plaintext

//- list.jade
include header
include search
.container
ul.found
for entry in match
li
a(href='/rooster/' + entry.name)=entry.name
include linkbar