diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-16 08:04:29 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-16 08:04:29 -0400 |
commit | b162e565b3c2877d1991f905ccd1a3a567189ba6 (patch) | |
tree | 9ec3852404e96aa0f2fe3daa5daf0f38ccbd42da | |
parent | 5163d368e32c6cc363320dce99c64e832cef7a63 (diff) | |
parent | 6516ecaa51844a7aa12b2ee275f019826824b416 (diff) | |
download | gitea-b162e565b3c2877d1991f905ccd1a3a567189ba6.tar.gz gitea-b162e565b3c2877d1991f905ccd1a3a567189ba6.zip |
Merge branch 'master' of github.com:gogits/gogs into dev
-rw-r--r-- | templates/repo/release/list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/release/list.tmpl b/templates/repo/release/list.tmpl index 0f02508fb9..b9f462588d 100644 --- a/templates/repo/release/list.tmpl +++ b/templates/repo/release/list.tmpl @@ -29,7 +29,7 @@ <p class="info"> <span class="author"><img class="avatar" src="{{.Publisher.AvatarLink}}" alt="" width="20"> <a href="/user/{{.Publisher.Name}}">{{.Publisher.Name}}</a></span> - {{if .Created}}<span class="time">{{TimeSince .Created}}</span>{{end}} + {{if .Created}}<span class="time">{{TimeSince .Created $.Lang}}</span>{{end}} <span class="ahead"><strong>{{.NumCommitsBehind}}</strong> commits to {{.Target}} since this release</span> </p> <div class="markdown desc"> |