aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user.html
blob: 995819c7a1ad830177ecf5c836d86548a37f329e (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" . }}