Skip to content

Commit 7ff8a00

Browse files
committed
changed div to button
1 parent 1a780f4 commit 7ff8a00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

git-webui/src/share/git-webui/webui/js/git-webui.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2570,9 +2570,9 @@ webui.NewChangedFilesView = function(workspaceView) {
25702570
'<textarea class="form-control" id="commitMsgDetail" placeholder="Enter commit message details (optional)"></textarea>' +
25712571
'</div>' +
25722572
'<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>' +
25762576
'</div>' +
25772577
'</div>' +
25782578
'</div>' +

0 commit comments

Comments
 (0)