Browse Source

Fix username not displayed in user page title

pull/6/head
Menci 8 years ago
parent
commit
64511ad913
  1. 2
      views/user.ejs

2
views/user.ejs

@ -1,4 +1,4 @@
<% this.title = show_user.nickname + ' - 用户'; %>
<% this.title = show_user.username + ' - 用户'; %>
<% include header %>
<div class="padding">
<div class="ui grid">

Loading…
Cancel
Save