Skip to content

Commit db3fc63

Browse files
committed
should I just be stashing?
1 parent 7ff8a00 commit db3fc63

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

git-webui/release/share/git-webui/webui/js/git-webui.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2527,7 +2527,6 @@ webui.NewChangedFilesView = function(workspaceView) {
25272527
'<div id="changedFilesContainer" class="container">' +
25282528
'<div class="row">' +
25292529
'<div class="col-sm-6 file-area">' +
2530-
'<h4 id="fileAreaHeader">File Changes</h4>' +
25312530
'<div class="changed-files-list">' +
25322531
'<div class="form-check">' +
25332532
'<input class="form-check-input" type="checkbox" value="" id="defaultCheck1">' +
@@ -2562,17 +2561,16 @@ webui.NewChangedFilesView = function(workspaceView) {
25622561
'</div>' +
25632562
'</div>' +
25642563
'<div class="commit-area col-sm-6">' +
2565-
'<h4>Commit Area</h4>' +
25662564
'<div class="form-group">' +
25672565
'<input type="area" class="form-control" id="commitMsg" placeholder="Enter commit message">' +
25682566
'</div>' +
25692567
'<div class="form-group">' +
25702568
'<textarea class="form-control" id="commitMsgDetail" placeholder="Enter commit message details (optional)"></textarea>' +
25712569
'</div>' +
25722570
'<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>' +
2571+
'<button type="button" class="btn btn-primary file-action-button"> Commit </button>' +
2572+
'<button type="button" class="btn btn-secondary file-action-button" > Stash </button>' +
2573+
'<button type="button" class="btn btn-danger file-action-button"> Discard </button>' +
25762574
'</div>' +
25772575
'</div>' +
25782576
'</div>' +

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2527,7 +2527,6 @@ webui.NewChangedFilesView = function(workspaceView) {
25272527
'<div id="changedFilesContainer" class="container">' +
25282528
'<div class="row">' +
25292529
'<div class="col-sm-6 file-area">' +
2530-
'<h4 id="fileAreaHeader">File Changes</h4>' +
25312530
'<div class="changed-files-list">' +
25322531
'<div class="form-check">' +
25332532
'<input class="form-check-input" type="checkbox" value="" id="defaultCheck1">' +
@@ -2562,7 +2561,6 @@ webui.NewChangedFilesView = function(workspaceView) {
25622561
'</div>' +
25632562
'</div>' +
25642563
'<div class="commit-area col-sm-6">' +
2565-
'<h4>Commit Area</h4>' +
25662564
'<div class="form-group">' +
25672565
'<input type="area" class="form-control" id="commitMsg" placeholder="Enter commit message">' +
25682566
'</div>' +

0 commit comments

Comments
 (0)