diff --git a/cmd/ketchup/templates/ketchup.html b/cmd/ketchup/templates/ketchup.html index e22fef77..81bcd398 100644 --- a/cmd/ketchup/templates/ketchup.html +++ b/cmd/ketchup/templates/ketchup.html @@ -89,7 +89,7 @@

Edit ketchup

{{ .Repository.Name }}

- {{ if eq .Repository.Kind.String "helm"}} + {{ if eq .Repository.Kind.String "helm" }}

{{ .Repository.Part }}

{{ end }} @@ -134,7 +134,7 @@

Confirmation

- Are you sure you want to delete {{ .Repository.Name }}{{ if eq .Repository.Kind.String "helm"}} | {{ .Repository.Part }}{{ end }}? + Are you sure you want to delete {{ .Repository.Name }}{{ if eq .Repository.Kind.String "helm" }} | {{ .Repository.Part }}{{ end }}?

{{ template "form_buttons" "Delete" }} @@ -274,7 +274,7 @@

{{ $ketchupType }}

-

{{ .Repository.Name }}

+

{{ if eq .Repository.Kind.String "helm" }}{{ .Repository.Part }} | {{ end }}{{ .Repository.Name }}

{{ if .Semver }} @@ -305,6 +305,7 @@

{{ .Repository.Name }}

+