File tree Expand file tree Collapse file tree
webviews/createPullRequestViewNew Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -341,7 +341,8 @@ export function main() {
341341 < label htmlFor = 'description' className = 'input-title' > Description</ label >
342342 < div className = 'description-actions' >
343343 { ctx . createParams . usingTemplate ?
344- < a title = 'Change template' className = { `title-action icon-button${ isBusy || ! ctx . initialized ? ' disabled' : '' } ` } onClick = { ( ) => changeTemplate ( ) } tabIndex = { 0 } > { notebookTemplate } </ a > : null }
344+ < a title = 'Change template' className = { `title-action icon-button${ isBusy || ! ctx . initialized ? ' disabled' : '' } ` } onClick = { ( ) => changeTemplate ( ) } tabIndex = { 0 } > { notebookTemplate } </ a > :
345+ < a title = 'Manage templates' className = { `title-action icon-button${ isBusy || ! ctx . initialized ? ' disabled' : '' } ` } onClick = { ( ) => changeTemplate ( ) } tabIndex = { 0 } > { notebookTemplate } </ a > }
345346 < a role = 'button' title = 'Open pull request description settings' aria-label = 'Open pull request description settings' className = 'icon-button' onClick = { openDescriptionSettings } tabIndex = { 0 } > { settingsIcon } </ a >
346347 </ div >
347348 </ div >
You can’t perform that action at this time.
0 commit comments