From f31151e681384be2412c01d3baa53e471212e8dd Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 17 Mar 2014 14:11:46 -0400 Subject: [PATCH] Add commit link for file list --- README.md | 2 +- templates/repo/single.tmpl | 22 +++++++++------------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 6589068e7..fd1a14e0d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Gogs(Go Git Service) is a GitHub-like clone in the Go Programming Language. Since we choose to use pure Go implementation of Git manipulation, Gogs certainly supports **ALL platforms** that Go supports, including Linux, Max OS X, and Windows with **ZERO** dependency. -##### Current version: 0.0.9 Alpha +##### Current version: 0.1.0 Alpha ## Purpose diff --git a/templates/repo/single.tmpl b/templates/repo/single.tmpl index 561deb253..cbc82e51c 100644 --- a/templates/repo/single.tmpl +++ b/templates/repo/single.tmpl @@ -60,23 +60,19 @@ - - {{if .IsDir}} - {{.Name}} - {{else}} - {{.Name}} - {{end}} - + + {{if .IsDir}} + {{.Name}} + {{else}} + {{.Name}} + {{end}} + - - {{.Message}} - + {{.Message}} - - {{TimeSince .Created}} - + {{TimeSince .Created}} {{end}}