mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-02-01 12:01:50 +00:00
added article
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
h1= user.name
|
||||
|
||||
h2 Bio
|
||||
p= user.bio
|
||||
h2 Recent Articles:
|
||||
p!= partial('articles/list', {articles: recentArticles })
|
||||
|
||||
|
||||
form(action="/users/" + encodeURIComponent(user.username), method="POST")
|
||||
input(name="_method", type="hidden", value="DELETE")
|
||||
|
||||
Reference in New Issue
Block a user