File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/resources/templates Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ <h2>Workflow: <span th:text="${workflow.label}">Workflow Name</span></h2>
107
107
< i > Fetched < span th:text ="${{workflow.retrievedOn}} "> 01/12/16 at 21:00</ span > </ i >
108
108
< span th:if ="${workflow.roBundle == null} "> - Generating download link… [< a th:href ="@{'/workflows/' + ${workflow.id}} " href ="# "> Refresh</ a > ]</ span >
109
109
< 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 >
111
111
< a href ="http://www.researchobject.org/ " rel ="noopener " target ="_blank "> [?]</ a >
112
112
</ span >
113
113
</ p >
You can’t perform that action at this time.
0 commit comments