From 5fb4b1f7dd6b373786a64dfe0ac59955fb6d964c Mon Sep 17 00:00:00 2001 From: Emile Date: Sat, 9 Nov 2024 16:28:47 +0100 Subject: yolo r2con push all --- templates/battleNew.html | 40 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) (limited to 'templates/battleNew.html') diff --git a/templates/battleNew.html b/templates/battleNew.html index 30923e7..1992e1d 100644 --- a/templates/battleNew.html +++ b/templates/battleNew.html @@ -50,7 +50,21 @@ {{- end }} - + + + + Arena size: + + + + + + + Max Rounds: + + + + Public: @@ -62,6 +76,23 @@ + + Owners + + {{ $viewerID := .user.ID }} + {{ range $idx, $u := .users}}{{if $idx}},{{- end}} + + + {{- end }} + + + @@ -70,11 +101,16 @@ {{ if .res }} - {{ .res }} +
{{ .res }}
{{ end }} + + +

Debug

+ +
{{ . }}
{{ template "footer" . }} {{ end }} -- cgit 1.4.1