diff options
Diffstat (limited to 'templates/repo/list.tmpl')
-rw-r--r-- | templates/repo/list.tmpl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/repo/list.tmpl b/templates/repo/list.tmpl deleted file mode 100644 index 403c62d62c..0000000000 --- a/templates/repo/list.tmpl +++ /dev/null @@ -1,10 +0,0 @@ -{{template "base/head" .}} -{{template "base/navbar" .}} -<div class="container" id="body"> - <ul> - {{range .Repos}} - <li>{{.Name}} stars: {{.NumStars}} forks: {{.NumForks}} watches:{{.NumWatchs}}</li> - {{end}} - </ul> -</div> -{{template "base/footer" .}}
\ No newline at end of file |