summaryrefslogtreecommitdiffstats
path: root/templates/repo/watchers.tmpl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/repo/watchers.tmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/repo/watchers.tmpl b/templates/repo/watchers.tmpl
new file mode 100644
index 0000000..1828544
--- /dev/null
+++ b/templates/repo/watchers.tmpl
@@ -0,0 +1,8 @@
+{{template "base/head" .}}
+<div role="main" aria-label="{{.Title}}" class="page-content repository watchers">
+ {{template "repo/header" .}}
+ <div class="ui container">
+ {{template "repo/user_cards" .}}
+ </div>
+</div>
+{{template "base/footer" .}}