diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-07-30 10:02:31 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-07-30 10:02:31 -0400 |
commit | 3428baa3b57b39f2e010254bffede93e7d3cdf37 (patch) | |
tree | ae00317132d79955fcd0d3bda6b7196b0d45574a /templates | |
parent | 645c194a007fbffc2966d77948cf4fa1dad2db4e (diff) | |
download | gitea-3428baa3b57b39f2e010254bffede93e7d3cdf37.tar.gz gitea-3428baa3b57b39f2e010254bffede93e7d3cdf37.zip |
Mirror fix on template
Diffstat (limited to 'templates')
-rw-r--r-- | templates/.VERSION | 2 | ||||
-rw-r--r-- | templates/repo/issue/view.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/.VERSION b/templates/.VERSION index a4f4593d76..df75938808 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.4.7.0726 Alpha
\ No newline at end of file +0.4.7.0730 Alpha
\ No newline at end of file diff --git a/templates/repo/issue/view.tmpl b/templates/repo/issue/view.tmpl index c12de7dd7e..3828928aa6 100644 --- a/templates/repo/issue/view.tmpl +++ b/templates/repo/issue/view.tmpl @@ -109,7 +109,7 @@ <div class="issue-child issue-reference issue-reference-commit"> <a class="user pull-left" href="/user/{{.Poster.Name}}"><img class="avatar" src="{{.Poster.AvatarLink}}" alt=""/></a> <div class="issue-content"> - <a class="user pull-left" href="/user/{{.Poster.Name}}">{{.Poster.Name}}</a> <span class="label label-primary">Referenced</span> this issue <span class="time">{{TimeSince .Created}}</span> + <a class="user pull-left" href="/user/{{.Poster.Name}}">{{.Poster.Name}}</a> <span class="label label-primary">Referenced</span> this issue <span class="time">{{TimeSince .Created $.Lang}}</span> <p> <a class="user pull-left" href="/user/{{.Poster.Name}}"><img class="avatar" src="{{.Poster.AvatarLink}}" alt=""/></a> {{.ContentHtml}} |