mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-01-26 09:02:33 +00:00
added private public view to profile -- todo : add same for article view
This commit is contained in:
@@ -9,7 +9,7 @@ block content
|
||||
p
|
||||
span Author:
|
||||
|
||||
a(href="/users/" + encodeURIComponent(article.author.username))= article.author.full_name
|
||||
a(href="/users/" + encodeURIComponent(article.author.name))= article.author.name
|
||||
|
||||
p
|
||||
a(href="/articles") Back to all articles
|
||||
Reference in New Issue
Block a user