File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/resources/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,12 +71,12 @@ <h3>Showing results for "<span th:text="${search}">query</span>" <a href="/workf
71
71
< p > < i th:text ="${workflow.doc} "> Description</ i > </ p >
72
72
</ td >
73
73
< td >
74
- < a th:href ="@{${workflow.retrievedFrom.getUrl() }} " rel ="noopener " target ="_blank ">
74
+ < a th:href ="@{${workflow.retrievedFrom.repoUrl }} " rel ="noopener " target ="_blank ">
75
75
< img th:if ="${workflow.retrievedFrom.getType().name() == 'GITHUB'} " id ="gitLogo " src ="../static/img/GitHub-Mark-32px.png " th:src ="@{/img/GitHub-Mark-32px.png} " width ="20 " height ="20 " />
76
76
< img th:unless ="${workflow.retrievedFrom.getType().name() == 'GITHUB'} " id ="gitLogo " src ="../static/img/gitlogo.png " th:src ="@{/img/gitlogo.png} " width ="24 " height ="24 " />
77
77
< span th:text ="@{${workflow.retrievedFrom.repoUrl}} "> https://github.com/test/test2/repo.git</ span >
78
78
</ a >
79
- < p th:if ="${workflow.retrievedFrom.path != null} "> Path: < i th:text ="${workflow.retrievedFrom.path} "> /path/to/workflow.cwl</ i > </ p >
79
+ < p th:if ="${workflow.retrievedFrom.path != null} "> Path: < a th:href =" @{${workflow.retrievedFrom.getUrl()}} " rel =" noopener " target =" _blank " > < i th:text ="${workflow.retrievedFrom.path} "> /path/to/workflow.cwl</ i > </ a > </ p >
80
80
< p > Branch/Commit ID: < i th:text ="${workflow.retrievedFrom.branch} "> master</ i > </ p >
81
81
< p th:if ="${workflow.retrievedFrom.packedId != null} "> Packed ID: < i th:text ="${workflow.retrievedFrom.packedId} "> #main</ i > </ p >
82
82
</ td >
You can’t perform that action at this time.
0 commit comments