aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/watchers.tmpl
blob: 235ebf23b68293bb97cd052e0911a140af447daa (plain)
1
2
3
4
5
6
{{template "base/head" .}}
<div class="repository watchers">
	{{template "repo/header" .}}
	{{template "repo/user_cards" .}}
</div>
{{template "base/footer" .}}