Skip to content

Commit d3d5ba9

Browse files
author
Mark Robinson
committed
Add text to notify user that RO bundle is being generated
1 parent 5573c89 commit d3d5ba9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/templates/workflow.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ <h2>Workflow: <span th:text="${workflow.label}">Workflow Name</span></h2>
105105
<img id="githubLogo" src="../static/img/GitHub-Mark-32px.png" th:src="@{/img/GitHub-Mark-32px.png}" width="24" height="24" />
106106
</a>
107107
<i>Fetched <span th:text="${{workflow.retrievedOn}}">01/12/16 at 21:00</span></i>
108+
<span th:if="${workflow.roBundle == null}"> - Generating download link&hellip; [<a th:href="@{'/workflows/' + ${workflow.id}}" href="#">Refresh</a>]</span>
108109
<span th:if="${workflow.roBundle != null}">
109110
- <a th:href="@{'/workflows/' + ${workflow.id} + '/download'}" href="#">Download as Research Object Bundle</a>
110111
<a href="http://www.researchobject.org/" rel="noopener" target="_blank">[?]</a>

0 commit comments

Comments
 (0)