From 45a6444b1ead3ebedcf79204cabe44df672f59d5 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Mon, 17 Mar 2014 23:04:49 +0800 Subject: add commits --- templates/repo/commits.tmpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'templates/repo') diff --git a/templates/repo/commits.tmpl b/templates/repo/commits.tmpl index 7ebe68b6a0..9190a030a3 100644 --- a/templates/repo/commits.tmpl +++ b/templates/repo/commits.tmpl @@ -4,6 +4,11 @@ {{template "repo/toolbar" .}}
+
    + {{range .Commits}} +
  • {{.Committer.Name}} - {{.Id}} - {{.Message}} - {{.Committer.When}}
  • + {{end}} +
{{template "base/footer" .}} \ No newline at end of file -- cgit v1.2.3