From 963354c5d7e78eb9fed447ab9b9984420573649c Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 11 Oct 2014 18:02:48 -0400 Subject: Add raw, history file button, and other mirror fixes --- templates/repo/single_list.tmpl | 51 ----------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 templates/repo/single_list.tmpl (limited to 'templates/repo/single_list.tmpl') diff --git a/templates/repo/single_list.tmpl b/templates/repo/single_list.tmpl deleted file mode 100644 index 03511a80..00000000 --- a/templates/repo/single_list.tmpl +++ /dev/null @@ -1,51 +0,0 @@ -
- -
- {{.LastCommit.Author.Name}} {{TimeSince .LastCommit.Author.When}} -
- - - - - - - - - - - {{if .HasParentPath}} - - - - - - - {{end}} - {{range $item := .Files}} - {{$entry := index $item 0}} - {{$commit := index $item 1}} - - - - - - - {{end}} - - -
-{{if .ReadmeExist}} - {{template "repo/single_file" .}} -{{end}} -- cgit v1.2.3