🩹 Fix loop
This commit is contained in:
parent
f2f8265499
commit
944ab85aea
1 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{{ range $vote := .Voting.Votes }}
|
{{ range $vote := .Voting.Votes }}
|
||||||
<tr class="border-b border-t bg-gray-800 border-gray-700">
|
<tr class="border-b border-t bg-gray-800 border-gray-700" id="$vote.Id">
|
||||||
<td class="px-2 py-2">
|
<td class="px-2 py-2">
|
||||||
{{ $vote.Choice }}
|
{{ $vote.Choice }}
|
||||||
</td>
|
</td>
|
||||||
|
@ -137,9 +137,9 @@
|
||||||
{{ $vote.Id }}
|
{{ $vote.Id }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
{{ end }}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue