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_view.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'templates/bom_view.html') diff --git a/templates/bom_view.html b/templates/bom_view.html index cbd3474..2e66bf1 100644 --- a/templates/bom_view.html +++ b/templates/bom_view.html @@ -1,12 +1,10 @@ {{ template "HEADER" }}

{{ .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" . }} +
qty elements -- cgit v1.2.3