aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user.html
blob: 296db8c224e636b9ff3f2a77a7f33af707dd09f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
{{ template "HEADER" }}
<h1>{{ .UserName }} is a bommom user.</h1>
<table class="table">
{{ range .BomList }}
  <tr/>
  <td/><a href="/{{ .Owner }}/{{ .Name }}/">{{ .Name }}</a>
{{ else }}
No Boms found!
{{ end }}
</table>
{{ template "FOOTER" }}