From 7cd921c74d03c2bfe50a326d97bac947660b1b30 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 19 Sep 2012 18:41:30 +0200 Subject: add basic bootstrap styling --- templates/bom_upload.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'templates/bom_upload.html') 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 }}

{{ .BomMeta.Name }} is a bom.

-Owner: {{ .BomMeta.Owner }}
-{{ if .BomMeta.Homepage }}Homepage: {{ .BomMeta.Homepage }}
{{ end }} -{{ if .BomMeta.Description }}Description: {{ .BomMeta.Description }}
{{ end }} -Version: {{ .BomMeta.HeadVersion }} (at head)
-Created: {{ .Bom.Created }}
-{{ if .Bom.Progeny}}Source: {{ .Bom.Progeny }}
{{ end }} +{{ template "BOM_INFO" . }}
{{ else }} -- cgit v1.2.3