2023-07-08 05:19:00 +02:00
|
|
|
{{range .RecentlyPushedNewBranches}}
|
|
|
|
<div class="ui positive message gt-df gt-ac">
|
|
|
|
<div class="gt-f1">
|
2023-09-25 14:42:40 +02:00
|
|
|
{{$timeSince := TimeSince .CommitTime.AsTime ctx.Locale}}
|
2023-09-25 10:56:50 +02:00
|
|
|
{{ctx.Locale.Tr "repo.pulls.recently_pushed_new_branches" (Escape .Name) $timeSince | Safe}}
|
2023-07-08 05:19:00 +02:00
|
|
|
</div>
|
2023-08-27 02:16:02 +02:00
|
|
|
<a role="button" class="ui compact positive button gt-m-0" href="{{$.Repository.ComposeBranchCompareURL $.Repository.BaseRepo .Name}}">
|
2023-09-25 10:56:50 +02:00
|
|
|
{{ctx.Locale.Tr "repo.pulls.compare_changes"}}
|
2023-07-08 05:19:00 +02:00
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
{{end}}
|