diff options
author | bnewbold <bnewbold@robocracy.org> | 2012-09-20 14:47:20 +0200 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2012-09-20 14:47:20 +0200 |
commit | c3591d04490d10b7a05e1aefff903430fecc2ba8 (patch) | |
tree | 34e0344eef6eef6fb47fc34ef99a1fc290dbb699 /templates/user.html | |
parent | 627a217e7e74a6800475a9b3898855b26edd4a16 (diff) | |
download | bommom-c3591d04490d10b7a05e1aefff903430fecc2ba8.tar.gz bommom-c3591d04490d10b7a05e1aefff903430fecc2ba8.zip |
clean uploading
Diffstat (limited to 'templates/user.html')
-rw-r--r-- | templates/user.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/user.html b/templates/user.html index 995819c..7367bc1 100644 --- a/templates/user.html +++ b/templates/user.html @@ -1,5 +1,18 @@ {{ template "HEADER" . }} +{{ if .IsCommon }} +<h1>publicly mirrored BOMs</h1> +<div class="well"> +here BOMs from the "commons" of publicly available open hardware designs are +collected. any <a href="/account/login/">logged in</a> bommom user can submit +or edit BOMs here. +</div> + +<h3>all BOMs in the commons</h3> +{{ else }} <h1>{{ .UserName }} is a bommom user.</h1> +<h3>all of {{ .UserName }}'s BOMs</h3> +{{ end }} + <table class="table"> {{ range .BomList }} <tr/> |