File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,8 +130,8 @@ <h1>{{.Book.BookName}}
130130 < div class ="row ">
131131 < div class ="col-xs-12 bookstack-menu ">
132132 < ul class ="nav nav-tabs ">
133- < li {{if eq .Tab "default"}}class="active "{{end}} > < a href ="{{urlfor "DocumentController.Index " ":key" $.Book.Identify}}"> < span class =" hidden-xs " > 文档 </ span > 目录 </ a > </ li >
134- < li {{if eq .Tab "comment"}}class="active "{{end}} > < a href ="{{urlfor "DocumentController.Index " ":key" $.Book.Identify}}?tab=comment "> < span class =" hidden-xs " > 文档 </ span > 评论 (< span class ="text-muted "> {{$.Book.CntComment}}</ span > )</ a > </ li >
133+ < li {{if eq .Tab "default"}}class="active "{{end}} > < a href ="{{urlfor "DocumentController.Index " ":key" $.Book.Identify}}"> 书籍目录 </ a > </ li >
134+ < li {{if eq .Tab "comment"}}class="active "{{end}} > < a href ="{{urlfor "DocumentController.Index " ":key" $.Book.Identify}}?tab=comment "> 书籍评论 (< span class ="text-muted "> {{$.Book.CntComment}}</ span > )</ a > </ li >
135135 </ ul >
136136 < div class ="help-block ">
137137 < ul class ="none-listyle ">
You can’t perform that action at this time.
0 commit comments