Add the guest ones too...

Remove unneccesary indentation from a bunch of templates.
This commit is contained in:
Azareal 2019-05-03 21:07:31 +10:00
parent a1161e20f3
commit d321c40290
16 changed files with 324 additions and 323 deletions

BIN
public/n0-200.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

BIN
public/n0-48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -3,7 +3,8 @@
</div> </div>
<div id="panel_dashboard" class="colstack_grid"> <div id="panel_dashboard" class="colstack_grid">
{{range .}} {{range .}}
<div id="{{.ID}}" class="grid_item {{.Class}}" title="{{.Note}}" style="{{if .TextColour}}color: {{.TextColour}};{{end}} <div id="{{.ID}}" class="grid_item {{.Class}}" title="{{.Note}}" style="{{if .TextColour}}color: {{.TextColour}};{{end}}{{if .Background}}background-color: {{.Background}};{{end}}">
{{if .Background}}background-color: {{.Background}};{{end}}"><span>{{.Body}}</span></div> <span>{{.Body}}</span>
</div>
{{end}} {{end}}
</div> </div>