mirror of
https://github.com/cuigh/swirl
synced 2024-12-30 15:53:24 +00:00
Fix label removing issue
This commit is contained in:
parent
a4ad885258
commit
a33c5871c6
@ -53,10 +53,10 @@
|
||||
<tbody>
|
||||
{{if items}}
|
||||
{{ i := 0 }}
|
||||
{{range n, v := items}}
|
||||
{{range k, v := items}}
|
||||
<tr>
|
||||
<td>
|
||||
<input name="{{name}}s[{{i}}].name" class="input is-small" type="text" value="{{n}}">
|
||||
<input name="{{name}}s[{{i}}].name" class="input is-small" type="text" value="{{k}}">
|
||||
</td>
|
||||
<td>
|
||||
<input name="{{name}}s[{{i}}].value" class="input is-small" type="text" value="{{v}}">
|
||||
|
Loading…
Reference in New Issue
Block a user