Skip to content

Commit b01661e

Browse files
committed
文案
1 parent 86ed023 commit b01661e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/document/intro.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)