Merge branch 'master' into stats

This commit is contained in:
Las Zenow 2013-05-31 01:12:23 +02:00
commit cb856b002f
9 changed files with 487 additions and 7 deletions

View file

@ -60,16 +60,16 @@ function delBook(){
</div>
</div>
</div>
{{end}}
<div class="row">
{{if .Description}}
<div class="span8">
<p>{{.Description}}</p>
</div>
{{range .Description}}
<p>{{.}}</p>
{{end}}
</div>
</div>
</div>
</div>
{{end}}
{{template "footer.html"}}