Skip to content

Commit 37e12bd

Browse files
author
Mark Robinson
committed
Remove path from 'not found' tooltip error
1 parent 27a4c1e commit 37e12bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/templates/workflow.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ <h2>Steps</h2>
216216
(<span th:text="${step.value.runType}">Workflow</span>)
217217
</div>
218218
<div th:if="${step.value.run != null and step.value.runType == null}">
219-
<span th:text="${step.value.run} + '(?)'" class="notFound" data-tooltip="true" th:title="'Not Found - Must be somewhere within this repository in ' + ${workflow.retrievedFrom.path} + ' or its subdirectories'">workflow.cwl (?)</span>
219+
<span th:text="${step.value.run} + '(?)'" class="notFound" data-tooltip="true" th:title="'Not Found - Must be somewhere within this repository">workflow.cwl (?)</span>
220220
</div>
221221
</td>
222222
<td th:text="${step.value.label}">Label</td>

0 commit comments

Comments
 (0)