parent
26894f1438
commit
cc12981a50
12 changed files with 216 additions and 13 deletions
|
@ -19,7 +19,11 @@ function delBook(){
|
|||
|
||||
<header class="row">
|
||||
<div class="span8 offset4">
|
||||
<h1>{{.Title}}</h1>
|
||||
<h1>{{.Title}}
|
||||
{{if not .Active}}
|
||||
<span class="label label-warning">waiting for moderation</span>
|
||||
{{end}}
|
||||
</h1>
|
||||
</div>
|
||||
</header>
|
||||
<div class="row">
|
||||
|
|
Reference in a new issue