mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-02-13 01:57:01 +01:00
Merge pull request #2043 from kazuki43zoo/move-into-commentform-area
Move buttons into commentform area
This commit is contained in:
@@ -25,13 +25,13 @@
|
||||
elastic = true,
|
||||
uid = uid
|
||||
)
|
||||
@if(fileName.isDefined){
|
||||
<div class="pull-right">
|
||||
<input type="button" class="btn btn-default" value="Cancel"/>
|
||||
<input type="submit" id="btn-inline-comment-@uid" class="btn btn-success" formaction="@helpers.url(repository)/commit/@commitId/comment/new" value="Comment"/>
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
@if(fileName.isDefined){
|
||||
<div class="pull-right" style="margin-top: 10px;">
|
||||
<input type="button" class="btn btn-default" value="Cancel"/>
|
||||
<input type="submit" id="btn-inline-comment-@uid" class="btn btn-success" formaction="@helpers.url(repository)/commit/@commitId/comment/new" value="Comment"/>
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
@if(!fileName.isDefined){
|
||||
<div class="pull-right">
|
||||
|
||||
Reference in New Issue
Block a user