409719d10e
Refactored the setting system to make it thread-safe. Planned out the task system. Fixed the closed topic status header.
7 lines
229 B
HTML
7 lines
229 B
HTML
<div class="rowblock rowhead">
|
|
<div class="rowitem">{{.Name}}</div>
|
|
</div>
|
|
<nav class="rowblock">{{range .MenuList}}
|
|
<div class="rowitem {{if .Compact}}datarow{{end}}"><a href="{{.Location}}">{{.Text}}</a></div>
|
|
{{end}}</nav>
|