File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
git-webui/src/share/git-webui/webui/js Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2570,9 +2570,9 @@ webui.NewChangedFilesView = function(workspaceView) {
2570
2570
'<textarea class="form-control" id="commitMsgDetail" placeholder="Enter commit message details (optional)"></textarea>' +
2571
2571
'</div>' +
2572
2572
'<div class="button-group">' +
2573
- '<div class="btn btn-primary"> Commit </div >' +
2574
- '<div class="btn btn-secondary" > Stash </div >' +
2575
- '<div class="btn btn-danger"> Discard </div >' +
2573
+ '<button type="button" class="btn btn-primary file-action-button "> Commit </button >' +
2574
+ '<button type="button" class="btn btn-secondary file-action-button" > Stash </button >' +
2575
+ '<button type="button" class="btn btn-danger file-action-button "> Discard </button >' +
2576
2576
'</div>' +
2577
2577
'</div>' +
2578
2578
'</div>' +
You can’t perform that action at this time.
0 commit comments