File tree 1 file changed +8
-8
lines changed 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 204
204
{{end}}
205
205
{{end}}
206
206
•
207
- {{if .Uid}}
207
+ {{if .Uid}}
208
208
{{$user := index $.users .Uid}}
209
209
< strong > < a href ="/user/{{$user.Username}} " class ="noul "> {{$user.Username}}</ a > </ strong >
210
- {{else}}
211
- < span > {{.PubTime }}</ span >
212
- {{end}}
210
+ {{else}}
211
+ < span > {{.Author }}</ span >
212
+ {{end}}
213
213
•
214
- {{if .Lastreplyuid}}
214
+ {{if .Lastreplyuid}}
215
215
{{$user := index $.users .Lastreplyuid}}
216
216
< span title ="{{.Lastreplytime}} " class ="timeago "> </ span > • 最后回复来自 < strong > < a href ="/user/{{$user.Username}} " class ="noul "> {{$user.Username}}</ a > </ strong >
217
- {{else}}
218
- < span > {{.Viewnum}} 点击 </ span >
219
- {{end}}
217
+ {{else}}
218
+ < span title =" {{.PubTime}} " class =" timeago " > </ span > 发布
219
+ {{end}}
220
220
</ span >
221
221
</ td >
222
222
{{if .Cmtnum}}
You can’t perform that action at this time.
0 commit comments