summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author无闻 <joe2010xtmf@163.com>2014-09-26 08:35:41 -0400
committer无闻 <joe2010xtmf@163.com>2014-09-26 08:35:41 -0400
commit3164354255a01e98b1c5d4d668c3b1c62474b240 (patch)
tree5a51d22d053a3057f61f93101e07a46d12133abe
parentd1911658e15c68cee495530ca7dee785c12407d4 (diff)
parent54724c33ec9f8643c9e69f1ee2f188935eedcf04 (diff)
downloadgitea-3164354255a01e98b1c5d4d668c3b1c62474b240.tar.gz
gitea-3164354255a01e98b1c5d4d668c3b1c62474b240.zip
Merge pull request #503 from fundon/fix_lastcommit_user_email_link
Fix last commit user email link
-rw-r--r--templates/repo/view_list.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/view_list.tmpl b/templates/repo/view_list.tmpl
index 41f7daf28d..850c761641 100644
--- a/templates/repo/view_list.tmpl
+++ b/templates/repo/view_list.tmpl
@@ -4,7 +4,7 @@
<th colspan="4" class="clear">
<span class="author left">
<img class="avatar-24 radius" src="{{AvatarLink .LastCommit.Author.Email}}" />
- <a href="{{AppSubUrl}}/user/email2user?email={{Md5 .LastCommit.Author.Email}}"><strong>{{.LastCommit.Author.Name}}</strong>:</a>
+ <a href="{{AppSubUrl}}/user/email2user?email={{.LastCommit.Author.Email}}"><strong>{{.LastCommit.Author.Name}}</strong>:</a>
</span>
<span class="last-commit"><a href="{{.RepoLink}}/commit/{{.LastCommit.Id}}" rel="nofollow">
<strong>{{ShortSha .LastCommit.Id.String}}</strong></a>