We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eefed9 commit f36ad45Copy full SHA for f36ad45
templates/user/dashboard/feeds.tmpl
@@ -99,7 +99,7 @@
99
</span>
100
</li>
101
{{end}}
102
- {{if and (gt (len $push.Commits) 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}}
103
</ul>
104
</div>
105
{{else if eq .GetOpType 6}}
0 commit comments