parent
26894f1438
commit
cc12981a50
12 changed files with 216 additions and 13 deletions
|
@ -6,9 +6,13 @@
|
|||
<a href="{{.Prev}}">← Prev</a>
|
||||
</li>
|
||||
{{end}}
|
||||
{{if .Book.Active}}
|
||||
<li class="">
|
||||
<a href="{{.Back}}">Back</a>
|
||||
</li>
|
||||
{{else}}
|
||||
<span class="label label-warning">waiting for moderation</span>
|
||||
{{end}}
|
||||
{{if .Next}}
|
||||
<li class="next">
|
||||
<a href="{{.Next}}">Next →</a>
|
||||
|
|
Reference in a new issue