aboutsummaryrefslogtreecommitdiffstats
path: root/templates/bom_upload.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/bom_upload.html')
-rw-r--r--templates/bom_upload.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/templates/bom_upload.html b/templates/bom_upload.html
index 1d03963..30e2ff6 100644
--- a/templates/bom_upload.html
+++ b/templates/bom_upload.html
@@ -2,12 +2,7 @@
{{ if .BomMeta }}
<h1>{{ .BomMeta.Name }} is a bom.</h1>
-<b>Owner: </b>{{ .BomMeta.Owner }}<br>
-{{ if .BomMeta.Homepage }}<b>Homepage: </b>{{ .BomMeta.Homepage }}<br>{{ end }}
-{{ if .BomMeta.Description }}<b>Description: </b>{{ .BomMeta.Description }}<br>{{ end }}
-<b>Version: </b>{{ .BomMeta.HeadVersion }} (at head)<br>
-<b>Created: </b>{{ .Bom.Created }}<br>
-{{ if .Bom.Progeny}}<b>Source: </b>{{ .Bom.Progeny }}<br>{{ end }}
+{{ template "BOM_INFO" . }}
<hr>
{{ else }}