Skip to content

Commit 64995a9

Browse files
author
Mark Robinson
committed
Change to HTML5 download link
1 parent eb2ef74 commit 64995a9

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
@@ -107,7 +107,7 @@ <h2>Workflow: <span th:text="${workflow.label}">Workflow Name</span></h2>
107107
<i>Fetched <span th:text="${{workflow.retrievedOn}}">01/12/16 at 21:00</span></i>
108108
<span th:if="${workflow.roBundle == null}"> - Generating download link&hellip; [<a th:href="@{'/workflows/' + ${workflow.id}}" href="#">Refresh</a>]</span>
109109
<span th:if="${workflow.roBundle != null}">
110-
- <a th:href="@{'/workflows/' + ${workflow.id} + '/download'}" href="#">Download as Research Object Bundle</a>
110+
- <a th:href="@{'/workflows/' + ${workflow.id} + '/download'}" href="#" download="bundle.zip">Download as Research Object Bundle</a>
111111
<a href="http://www.researchobject.org/" rel="noopener" target="_blank">[?]</a>
112112
</span>
113113
</p>

0 commit comments

Comments
 (0)