diff options
author | Unknwon <u@gogs.io> | 2015-07-26 22:06:28 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-07-26 22:06:28 +0800 |
commit | 686dd599160b221c1007bce28fc083923d11e5bf (patch) | |
tree | 278d515b3406b4836e89533e9b7784e4a5b3f17e /templates/user/dashboard | |
parent | 6f8e388b5530e85f141ea3aa345b1c6842fbe1f5 (diff) | |
download | gitea-686dd599160b221c1007bce28fc083923d11e5bf.tar.gz gitea-686dd599160b221c1007bce28fc083923d11e5bf.zip |
fix #864 with migration and update locale
Diffstat (limited to 'templates/user/dashboard')
-rw-r--r-- | templates/user/dashboard/feeds.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/dashboard/feeds.tmpl b/templates/user/dashboard/feeds.tmpl index 54b4a95e90..47b55693f2 100644 --- a/templates/user/dashboard/feeds.tmpl +++ b/templates/user/dashboard/feeds.tmpl @@ -30,7 +30,7 @@ {{range $push.Commits}} <li><img class="avatar-16" src="{{AvatarLink .AuthorEmail}}?s=16"> <a href="{{$repoLink}}/commit/{{.Sha1}}">{{ShortSha .Sha1}}</a> <span class="text-truncate grid-4-5">{{.Message}}</span></li> {{end}} - {{if $push.CompareUrl}}<li><a href="{{$push.CompareUrl}}">{{$.i18n.Tr "action.compare_2_commits"}} »</a></li>{{end}} + {{if $push.CompareUrl}}<li><a href="{{$.AppSubUrl}}/{{$push.CompareUrl}}">{{$.i18n.Tr "action.compare_2_commits"}} »</a></li>{{end}} </ul> </div> {{else if eq .GetOpType 6}} |