remove redundant gt check
This commit is contained in:
parent
d8f20438b2
commit
d5752d4ba5
|
|
@ -34,7 +34,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
{{end}}
|
{{end}}
|
||||||
</tbody>
|
</tbody>
|
||||||
{{ if gt (len .Notices) 0 }}
|
{{ if .Notices }}
|
||||||
<tfoot class="full-width">
|
<tfoot class="full-width">
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th></th>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user