]> source.dussan.org Git - gitea.git/commitdiff
no neet for md5 email
authorfundon <cfddream@gmail.com>
Fri, 26 Sep 2014 05:46:51 +0000 (13:46 +0800)
committerfundon <cfddream@gmail.com>
Fri, 26 Sep 2014 05:46:51 +0000 (13:46 +0800)
templates/repo/view_list.tmpl

index 41f7daf28dd693a5af95eab12827321cab794fdc..850c7616413dd5ee62800a1e61646f9a7e5370cf 100644 (file)
@@ -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>