Skip to content

Commit 39b322e

Browse files
committed
crate/settings: Add links to "Repository" and "Workflow" values
1 parent c612a6a commit 39b322e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/crate/settings/index.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
<tr data-test-github-config={{config.id}}>
8282
<td>GitHub</td>
8383
<td local-class="details">
84-
<strong>Repository:</strong> {{config.repository_owner}}/{{config.repository_name}}<br>
85-
<strong>Workflow:</strong> {{config.workflow_filename}}<br>
84+
<strong>Repository:</strong> <a href="https://github.com/{{config.repository_owner}}/{{config.repository_name}}" target="_blank" rel="noopener noreferrer">{{config.repository_owner}}/{{config.repository_name}}</a><br>
85+
<strong>Workflow:</strong> <a href="https://github.com/{{config.repository_owner}}/{{config.repository_name}}/blob/HEAD/.github/workflows/{{config.workflow_filename}}" target="_blank" rel="noopener noreferrer">{{config.workflow_filename}}</a><br>
8686
{{#if config.environment}}
8787
<strong>Environment:</strong> {{config.environment}}
8888
{{/if}}

0 commit comments

Comments
 (0)