Add the guest ones too...
Remove unneccesary indentation from a bunch of templates.
This commit is contained in:
parent
a1161e20f3
commit
d321c40290
Binary file not shown.
After Width: | Height: | Size: 9.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
|
@ -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>
|
Loading…
Reference in New Issue