mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-01-26 17:12:33 +00:00
jsut setting up
This commit is contained in:
10
chapter21/07_user_list.jade
Normal file
10
chapter21/07_user_list.jade
Normal file
@@ -0,0 +1,10 @@
|
||||
h1 Users
|
||||
|
||||
p
|
||||
a(href="/users/new") Create new profile
|
||||
|
||||
ul
|
||||
- for(var username in users) {
|
||||
li
|
||||
a(href="/users/" + encodeURIComponent(username))= users[username].name
|
||||
- };
|
||||
Reference in New Issue
Block a user