mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-02-06 06:21:47 +00:00
added article
This commit is contained in:
5
test/views/articles/list.jade
Normal file
5
test/views/articles/list.jade
Normal file
@@ -0,0 +1,5 @@
|
||||
ul
|
||||
- articles.forEach(function(article) {
|
||||
li
|
||||
a(href="/articles/" + encodeURIComponent(article.title))= article.title
|
||||
- });
|
||||
Reference in New Issue
Block a user