diff --git a/ws/static/new.html.tmpl b/ws/static/new.html.tmpl index babf06990d76a0af412c8f40ce8ba554deba061e..f9eadbfd13d480ff05d525f4a8b4e07879614e62 100644 --- a/ws/static/new.html.tmpl +++ b/ws/static/new.html.tmpl @@ -1,34 +1,53 @@ {{- template "head" }} {{- template "header" }}
-

Track a new project

+

New project

- +
- +
-

Forge type:

-

RSS

+

Forge type

+
+ RSS +
-
+ +
+
-
+ +
+
-
-

Raw git

+ +
+
+ +
+ Raw git +
-
+ +
+
-
+ +
+
-
+ +
+
+
+
diff --git a/ws/static/select-release.html.tmpl b/ws/static/select-release.html.tmpl index 0db0c7010ff845aef43698195c8ead65813ba6b1..46b69b9733f356e3170f76bcadd4b85012b6c3e6 100644 --- a/ws/static/select-release.html.tmpl +++ b/ws/static/select-release.html.tmpl @@ -9,16 +9,21 @@ {{- $forge := .Forge -}} {{- $running := .Running -}} {{- range .Releases -}} +
{{- if ne .URL "" -}} -
+ +
{{- else -}} {{- if eq $forge "sourcehut" -}} -
+ +
{{- else if eq $forge "gitlab" -}} -
+ + {{- else -}} -
+ + {{- end -}} {{- end -}} {{- end -}}