diff options
author | Unknwon <u@gogs.io> | 2016-08-14 16:45:15 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-08-14 16:45:15 -0700 |
commit | a5b88c4d0cd7ff7e167fe1c62a40ff8c103909f3 (patch) | |
tree | 6d7f88a8b9cf4ec14a2f95169cbb5fcdefb7a753 /templates/user | |
parent | dccb0c15b996ac4dc0307cbfed140ce1558d7e3c (diff) | |
download | gitea-a5b88c4d0cd7ff7e167fe1c62a40ff8c103909f3.tar.gz gitea-a5b88c4d0cd7ff7e167fe1c62a40ff8c103909f3.zip |
Fix template error [CI SKIP]
Diffstat (limited to 'templates/user')
-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 00982e5b81..fcc9b9cac5 100644 --- a/templates/user/dashboard/feeds.tmpl +++ b/templates/user/dashboard/feeds.tmpl @@ -55,7 +55,7 @@ <li><img class="img-8" src="{{$push.AvatarLink .AuthorEmail}}"> <a class="commit-id" href="{{$repoLink}}/commit/{{.Sha1}}">{{ShortSha .Sha1}}</a> <span class="text truncate light grey has-emoji">{{.Message}}</span></li> {{end}} {{end}} - {{if and (gt $push.Len 1) $push.CompareUrl}}<li><a href="{{AppSubUrl}}/{{$push.CompareUrl}}">{{$.i18n.Tr "action.compare_commits" $push.Len}} »</a></li>{{end}} + {{if and (gt $push.Len 1) $push.CompareURL}}<li><a href="{{AppSubUrl}}/{{$push.CompareURL}}">{{$.i18n.Tr "action.compare_commits" $push.Len}} »</a></li>{{end}} </ul> </div> {{else if eq .GetOpType 6}} |