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

* Don't display buttons if there are no notices

* remove redundant gt check
tokarchuk/v1.17
Lanre Adelowo 7 years ago committed by Jonas Franz
parent e07d3ad0fc
commit 5bc8782d33
  1. 2
      templates/admin/notice.tmpl

@ -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>

Loading…
Cancel
Save