We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0f89f3 + 1f437d2 commit 2a63b2fCopy full SHA for 2a63b2f
src/main/resources/templates/workflows.html
@@ -64,7 +64,7 @@ <h1>Explore Workflows</h1>
64
</a>
65
<p>Branch/Commit ID: <i th:text="${workflow.retrievedFrom.branch}">master</i></p>
66
</td>
67
- <td><a th:href="${workflowURL}"><span class="icon-view glyphicon glyphicon-chevron-right"></span></a></td>
+ <td><a th:href="${workflow.retrievedFrom.path == null} ? ${workflowURL} : ${workflowURL + '/' + workflow.retrievedFrom.path}"><span class="icon-view glyphicon glyphicon-chevron-right"></span></a></td>
68
</tr>
69
</tbody>
70
</table>
0 commit comments