Don't display buttons if there are no system notifications (#4280)

* Don't display buttons if there are no notices

* remove redundant gt check
This commit is contained in:
Lanre Adelowo 2018-07-05 16:35:42 +01:00 committed by Jonas Franz
parent e07d3ad0fc
commit 5bc8782d33

View file

@ -34,6 +34,7 @@
</tr> </tr>
{{end}} {{end}}
</tbody> </tbody>
{{ if .Notices }}
<tfoot class="full-width"> <tfoot class="full-width">
<tr> <tr>
<th></th> <th></th>
@ -61,6 +62,7 @@
</th> </th>
</tr> </tr>
</tfoot> </tfoot>
{{ end }}
</table> </table>
</div> </div>