From: Unknown Date: Mon, 17 Mar 2014 18:11:46 +0000 (-0400) Subject: Add commit link for file list X-Git-Tag: v0.9.99~2416 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f31151e681384be2412c01d3baa53e471212e8dd;p=gitea.git Add commit link for file list --- diff --git a/README.md b/README.md index 6589068e79..fd1a14e0da 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 561deb253f..cbc82e51c1 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}}