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}}