{{/* Template Attributes: * RecentBranchesPromptData */}} {{$data := .RecentBranchesPromptData}} {{if $data}} {{range $recentBranch := $data.RecentlyPushedNewBranches}}
{{$timeSince := DateUtils.TimeSince $recentBranch.CommitTime}} {{$branchLink := HTMLFormat `%s` $recentBranch.BranchLink .BranchDisplayName}} {{ctx.Locale.Tr "repo.pulls.recently_pushed_new_branches" $branchLink $timeSince}}
{{ctx.Locale.Tr "repo.pulls.compare_changes"}}
{{end}} {{end}}