|
|
@ -455,7 +455,7 @@ export class CommitDetailsApp extends App> { |
|
|
|
if ($count == null) return; |
|
|
|
|
|
|
|
const count = (state.pullRequest != null ? 1 : 0) + (state.autolinkedIssues?.length ?? 0); |
|
|
|
$count.innerHTML = `${count} found`; |
|
|
|
$count.innerHTML = state.includeRichContent ? `${count} found` : '…'; |
|
|
|
} |
|
|
|
|
|
|
|
renderPullRequest(state: CommitState) { |
|
|
|