1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-26 21:25:48 +00:00

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