mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-18 03:10:39 +01:00
(refs #507)Small fix about pull request UI
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
</div>
|
</div>
|
||||||
@if(commits.nonEmpty && hasWritePermission){
|
@if(commits.nonEmpty && hasWritePermission){
|
||||||
<div style="margin-bottom: 10px;" id="create-pull-request">
|
<div style="margin-bottom: 10px;" id="create-pull-request">
|
||||||
<a href="#" class="btn" id="show-form">Click to create a pull request for this comparison</a>
|
<a href="#" class="btn btn-success" id="show-form">Create pull request</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="pull-request-form" class="box" style="display: none;">
|
<div id="pull-request-form" class="box" style="display: none;">
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
|||||||
@@ -6,4 +6,4 @@
|
|||||||
<h4 style="color: #468847;">Able to merge</h4>
|
<h4 style="color: #468847;">Able to merge</h4>
|
||||||
<p>These branches can be automatically merged.</p>
|
<p>These branches can be automatically merged.</p>
|
||||||
}
|
}
|
||||||
<input type="submit" class="btn btn-success btn-block" value="Send pull request"/>
|
<input type="submit" class="btn btn-success btn-block" value="Create pull request"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user