🩹 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>
|
||||
<tbody>
|
||||
{{ 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">
|
||||
{{ $vote.Choice }}
|
||||
</td>
|
||||
|
@ -137,9 +137,9 @@
|
|||
{{ $vote.Id }}
|
||||
</td>
|
||||
</tr>
|
||||
{{ end }}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue