Fix su celle vuote html
This commit is contained in:
parent
4f35cc959b
commit
5ec47fba06
1 changed files with 3 additions and 3 deletions
|
@ -86,14 +86,14 @@
|
|||
<tr>
|
||||
{{range $cella := $riga}}
|
||||
<td {{ if not $cella }}
|
||||
class="vuoto"
|
||||
class="vuoto"> </td>
|
||||
{{ else }}
|
||||
{{ if $cella.IsFood }}
|
||||
class="cibo"
|
||||
{{ else }}
|
||||
class="razza1"
|
||||
{{ end }}
|
||||
{{ end }}>{{ $cella.Health }}</td>
|
||||
{{ end }}>{{ $cella.Health }}</td>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</tr>
|
||||
{{ end }}
|
||||
|
|
Reference in a new issue