Add builds UI

This commit is contained in:
Lunny Xiao
2022-11-25 17:48:43 +08:00
committed by Jason Song
parent 7732392a96
commit 5a479bb034
23 changed files with 599 additions and 50 deletions
+8
View File
@@ -0,0 +1,8 @@
<div class="ui stackable grid">
{{if .Flash}}
<div class="sixteen wide column">
{{template "base/alert" .}}
</div>
{{end}}
</div>