From ec650fe7cbb22fd146919d136e02e18736d893d6 Mon Sep 17 00:00:00 2001 From: Adrian Simmons Date: Tue, 3 Sep 2024 12:12:42 +0100 Subject: [PATCH] Add a class to each form based on name Signed-off-by: Adrian Simmons --- ws/static/login.html.tmpl | 2 +- ws/static/new.html.tmpl | 2 +- ws/static/select-release.html.tmpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ws/static/login.html.tmpl b/ws/static/login.html.tmpl index 97ea095f12b242f0f88cdc9dda52be99f55bf594..2ec95bf00dd1cdfbdbf8e404b614839733d9a5bf 100644 --- a/ws/static/login.html.tmpl +++ b/ws/static/login.html.tmpl @@ -5,7 +5,7 @@
-
+
diff --git a/ws/static/new.html.tmpl b/ws/static/new.html.tmpl index 44f9986714e5d565746c866cc134bee5fb358a56..babf06990d76a0af412c8f40ce8ba554deba061e 100644 --- a/ws/static/new.html.tmpl +++ b/ws/static/new.html.tmpl @@ -2,7 +2,7 @@ {{- template "header" }}

Track a new project

- +
diff --git a/ws/static/select-release.html.tmpl b/ws/static/select-release.html.tmpl index 720cd31faa8bf033a5594ba29bca47f6805dd817..0db0c7010ff845aef43698195c8ead65813ba6b1 100644 --- a/ws/static/select-release.html.tmpl +++ b/ws/static/select-release.html.tmpl @@ -2,7 +2,7 @@ {{- template "header" }} {{- with .Project }}
- +

Which release of {{ .Name }} are you currently running?

{{- $url := .URL -}}