box styles
This commit is contained in:
@@ -10,8 +10,7 @@
|
||||
<input type="checkbox" id="game-of-life" />
|
||||
</label>
|
||||
<div class="boxes">
|
||||
{{range .Boxes}}<label
|
||||
><input
|
||||
{{range .Boxes}}<input
|
||||
type="checkbox"
|
||||
id="box-{{.Id}}"
|
||||
name="checked"
|
||||
@@ -19,8 +18,7 @@
|
||||
.Value
|
||||
}}
|
||||
checked="true"
|
||||
{{end}} /></label
|
||||
>{{end}}
|
||||
{{end}} />{{end}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user