mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-06 12:36:55 +02:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
<script><script>
|
||||
<script>
|
||||
$(function(){
|
||||
$('a.origin-owner, a.forked-owner, a.origin-branch, a.forked-branch').click(function(){
|
||||
var e = $(this);
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
}
|
||||
</div>
|
||||
<div id="confirm-merge-form" style="display: none; padding: 12px;">
|
||||
<form method="POST" action="@helpers.url(originRepository)/pull/@pullreq.issueId/merge">
|
||||
<form method="POST" action="@helpers.url(originRepository)/pull/@pullreq.issueId/merge" validate="true">
|
||||
<div class="strong">
|
||||
Merge pull request #@issue.issueId from @{pullreq.requestUserName}/@{pullreq.requestBranch}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user