convert spaces to tabs
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
{{define "select"}}
|
{{define "select"}}
|
||||||
<select class="w3-select w3-border" id="{{.ID}}" name="{{.Name}}">
|
<select class="w3-select w3-border" id="{{.ID}}" name="{{.Name}}">
|
||||||
{{range .Options}}
|
{{range .Options}}
|
||||||
{{if .Selected}}
|
{{if .Selected}}
|
||||||
<option value="{{.Value}}" selected>{{.Display}}</option>
|
<option value="{{.Value}}" selected>{{.Display}}</option>
|
||||||
{{else}}
|
{{else}}
|
||||||
<option value="{{.Value}}">{{.Display}}</option>
|
<option value="{{.Value}}">{{.Display}}</option>
|
||||||
{{end}}
|
{{end}}
|
||||||
{{end}}
|
{{end}}
|
||||||
</select>
|
</select>
|
||||||
{{end}}
|
{{end}}
|
Reference in New Issue
Block a user