You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{if.AllowMerge}} {{/* user is allowed to merge */}}
211
210
{{if$data.MergeFormProps}}
212
-
<div class="divider"></div>
213
211
{{$showGeneralMergeForm= true}}
214
212
{{/* The merge form is a Vue component. After mounted, it has a button for choosing merge style, so make it have min-height to avoid layout shifting */}}
<button class="ui red button" type="submit" name="do" value="manually-merged">
305
-
{{ctx.Locale.Tr"repo.pulls.merge_manually"}}
306
-
</button>
307
-
</form>
297
+
<div class="item">
298
+
<form class="ui form form-fetch-action tw-flex-1" action="{{.Issue.Link}}/merge" method="post">{{/* another similar form is in PullRequestMergeForm.vue*/}}
0 commit comments