File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
src/webviews/apps/plus/graph Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -1149,20 +1149,21 @@ export function GraphWrapper({
1149
1149
< GlTooltip placement = "bottom" >
1150
1150
< a
1151
1151
className = "action-button"
1152
- href = { createCommandLink ( Commands . GitCommandsBranch , {
1153
- args : {
1154
- state : {
1155
- subcommand : 'create' ,
1156
- reference : branch ,
1157
- } ,
1158
- command : 'branch' ,
1159
- confirm : true ,
1160
- } satisfies BranchGitCommandArgs ,
1152
+ href = { createCommandLink < BranchGitCommandArgs > ( Commands . GitCommandsBranch , {
1153
+ state : {
1154
+ subcommand : 'create' ,
1155
+ reference : branch ,
1156
+ } ,
1157
+ command : 'branch' ,
1158
+ confirm : true ,
1161
1159
} ) }
1162
1160
>
1163
1161
< span className = "codicon codicon-custom-git-branch-create action-button__icon" > </ span >
1164
1162
</ a >
1165
- < span slot = "content" > Create new branch</ span >
1163
+ < span slot = "content" >
1164
+ Create New Branch from < span className = "codicon codicon-git-branch" > </ span >
1165
+ < span className = "md-code" > { branchName } </ span >
1166
+ </ span >
1166
1167
</ GlTooltip >
1167
1168
< GlTooltip placement = "bottom" >
1168
1169
< a
You can’t perform that action at this time.
0 commit comments