Skip to content

Commit 2a63b2f

Browse files
authored
Merge pull request #87 from common-workflow-language/hotfix-broken-list-link
Fix broken link to workflow page
2 parents e0f89f3 + 1f437d2 commit 2a63b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/templates/workflows.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h1>Explore Workflows</h1>
6464
</a>
6565
<p>Branch/Commit ID: <i th:text="${workflow.retrievedFrom.branch}">master</i></p>
6666
</td>
67-
<td><a th:href="${workflowURL}"><span class="icon-view glyphicon glyphicon-chevron-right"></span></a></td>
67+
<td><a th:href="${workflow.retrievedFrom.path == null} ? ${workflowURL} : ${workflowURL + '/' + workflow.retrievedFrom.path}"><span class="icon-view glyphicon glyphicon-chevron-right"></span></a></td>
6868
</tr>
6969
</tbody>
7070
</table>

0 commit comments

Comments
 (0)