diff options
author | bnewbold <bnewbold@robocracy.org> | 2012-09-19 18:41:30 +0200 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2012-09-19 18:41:30 +0200 |
commit | 7cd921c74d03c2bfe50a326d97bac947660b1b30 (patch) | |
tree | 78561ca1fcc0069bdc955dda564dbf0cebb81e00 /templates/bom_upload.html | |
parent | cc783ca52451587a471d109c9d0229c3c21c29b8 (diff) | |
download | bommom-7cd921c74d03c2bfe50a326d97bac947660b1b30.tar.gz bommom-7cd921c74d03c2bfe50a326d97bac947660b1b30.zip |
add basic bootstrap styling
Diffstat (limited to 'templates/bom_upload.html')
-rw-r--r-- | templates/bom_upload.html | 7 |
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 }} |