mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-02 01:21:30 +03:00
Merge pull request #503 from fundon/fix_lastcommit_user_email_link
Fix last commit user email link
This commit is contained in:
commit
3164354255
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user