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