mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-23 03:45:13 +00:00
Tweaking a label set
This commit is contained in:
@@ -104,7 +104,7 @@ function renderItems(items: Agent[], query = ''): void {
|
|||||||
<div class="resource-actions">
|
<div class="resource-actions">
|
||||||
${getInstallDropdownHtml(resourceType, item.path, true)}
|
${getInstallDropdownHtml(resourceType, item.path, true)}
|
||||||
${getActionButtonsHtml(item.path, true)}
|
${getActionButtonsHtml(item.path, true)}
|
||||||
<a href="${getGitHubUrl(item.path)}" class="btn btn-secondary btn-small" target="_blank" onclick="event.stopPropagation()">
|
<a href="${getGitHubUrl(item.path)}" class="btn btn-secondary btn-small" target="_blank" onclick="event.stopPropagation()" title="View on GitHub">
|
||||||
GitHub
|
GitHub
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ function renderItems(items: Collection[], query = ''): void {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="resource-actions">
|
<div class="resource-actions">
|
||||||
<a href="${getGitHubUrl(item.path)}" class="btn btn-secondary" target="_blank" onclick="event.stopPropagation()">View on GitHub</a>
|
<a href="${getGitHubUrl(item.path)}" class="btn btn-secondary" target="_blank" onclick="event.stopPropagation()" title="View on GitHub">GitHub</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
`).join('');
|
`).join('');
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ function renderItems(items: Instruction[], query = ''): void {
|
|||||||
<div class="resource-actions">
|
<div class="resource-actions">
|
||||||
${getInstallDropdownHtml('instructions', item.path, true)}
|
${getInstallDropdownHtml('instructions', item.path, true)}
|
||||||
${getActionButtonsHtml(item.path, true)}
|
${getActionButtonsHtml(item.path, true)}
|
||||||
<a href="${getGitHubUrl(item.path)}" class="btn btn-secondary btn-small" target="_blank" onclick="event.stopPropagation()">
|
<a href="${getGitHubUrl(item.path)}" class="btn btn-secondary btn-small" target="_blank" onclick="event.stopPropagation()" title="View on GitHub">
|
||||||
GitHub
|
GitHub
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ function renderItems(items: Prompt[], query = ''): void {
|
|||||||
<div class="resource-actions">
|
<div class="resource-actions">
|
||||||
${getInstallDropdownHtml(resourceType, item.path, true)}
|
${getInstallDropdownHtml(resourceType, item.path, true)}
|
||||||
${getActionButtonsHtml(item.path, true)}
|
${getActionButtonsHtml(item.path, true)}
|
||||||
<a href="${getGitHubUrl(item.path)}" class="btn btn-secondary btn-small" target="_blank" onclick="event.stopPropagation()">
|
<a href="${getGitHubUrl(item.path)}" class="btn btn-secondary btn-small" target="_blank" onclick="event.stopPropagation()" title="View on GitHub">
|
||||||
GitHub
|
GitHub
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ function renderItems(items: Skill[], query = ''): void {
|
|||||||
</svg>
|
</svg>
|
||||||
Download
|
Download
|
||||||
</button>
|
</button>
|
||||||
<a href="${getGitHubUrl(item.path)}" class="btn btn-secondary" target="_blank" onclick="event.stopPropagation()">View Folder</a>
|
<a href="${getGitHubUrl(item.path)}" class="btn btn-secondary" target="_blank" onclick="event.stopPropagation()" title="View on GitHub">GitHub</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
`).join('');
|
`).join('');
|
||||||
|
|||||||
Reference in New Issue
Block a user