diff options
Diffstat (limited to 'views/search_user.pug')
-rw-r--r-- | views/search_user.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/search_user.pug b/views/search_user.pug index bc67cf6..308cc41 100644 --- a/views/search_user.pug +++ b/views/search_user.pug @@ -22,7 +22,7 @@ html tr td a.black(href="/user/"+who.name)= who.name - td.w= who.atime + td.w= human_date(who.atime) else p.error Nobody found matching "#{search}". |