diff options
author | James Cracknell <james.h.cracknell@gmail.com> | 2014-11-28 11:53:00 -0700 |
---|---|---|
committer | James Cracknell <james.h.cracknell@gmail.com> | 2014-11-28 11:53:00 -0700 |
commit | 4d123d0a932b1a3039e2e0ebf9ced7278b42395a (patch) | |
tree | 7784f18eaffcae7e2d6fcc3d9ec24394f949f7b7 /templates/repo/release/list.tmpl | |
parent | 5dd83086864365930e3e7685562feaedcde1e5c3 (diff) | |
download | gitea-4d123d0a932b1a3039e2e0ebf9ced7278b42395a.tar.gz gitea-4d123d0a932b1a3039e2e0ebf9ced7278b42395a.zip |
Fix user links
Diffstat (limited to 'templates/repo/release/list.tmpl')
-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 1eb11fc5e6..b3e3db9535 100644 --- a/templates/repo/release/list.tmpl +++ b/templates/repo/release/list.tmpl @@ -28,7 +28,7 @@ <h4 class="title"><a href="{{$.RepoLink}}/src/{{.TagName}}">{{.Title}}</a> <small>(<a href="{{$.RepoLink}}/releases/edit/{{.TagName}}" rel="nofollow">edit</a>)</small></h4> <p class="info"> <span class="author"><img class="avatar" src="{{.Publisher.AvatarLink}}" alt="" width="20"> - <a href="{{AppSubUrl}}/user/{{.Publisher.Name}}">{{.Publisher.Name}}</a></span> + <a href="{{AppSubUrl}}/{{.Publisher.Name}}">{{.Publisher.Name}}</a></span> {{if .Created}}<span class="time">{{TimeSince .Created $.Lang}}</span>{{end}} <span class="ahead"><strong>{{.NumCommitsBehind}}</strong> commits to {{.Target}} since this release</span> </p> |