Files
Atay-Makhzan/templates/repo/watchers.tmpl
T

7 lines
161 B
Cheetah
Raw Normal View History

2015-11-16 23:28:46 -05:00
{{template "base/head" .}}
<div class="repository watchers">
2015-12-07 23:30:52 +01:00
{{template "repo/header" .}}
2015-12-21 04:24:11 -08:00
{{template "repo/user_cards" .}}
</div>
2015-12-07 23:30:52 +01:00
{{template "base/footer" .}}