(refs #507)Small fix about pull request UI

This commit is contained in:
Naoki Takezoe
2014-11-23 14:59:03 +09:00
parent 7214ef21d2
commit 7f42007648
2 changed files with 2 additions and 2 deletions

View File

@@ -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">

View File

@@ -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"/>