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 @@
{{ .Repository.Name }}
- {{ if eq .Repository.Kind.String "helm"}} + {{ if eq .Repository.Kind.String "helm" }}{{ .Repository.Part }}
{{ end }} @@ -134,7 +134,7 @@- 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 @@