File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/templates/crate/settings Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 81
81
<tr data-test-github-config ={{ config.id }} >
82
82
<td >GitHub</td >
83
83
<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 >
86
86
{{ #if config.environment }}
87
87
<strong >Environment:</strong > {{ config.environment }}
88
88
{{ /if }}
You can’t perform that action at this time.
0 commit comments