Skip to content

Commit

Permalink
Fixed download icon
Browse files Browse the repository at this point in the history
  • Loading branch information
renzo80 committed Apr 15, 2021
1 parent d3c469c commit 347cb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/workflow/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<i class="fa fa-undo"></i>&nbsp;<span>Reset</span>
</a>
<a title="Download zip output" th:href="@{'/ws/downloadzipfile/'+${dataProcessing.id}}">
<i class="fa fa-undo"></i>&nbsp;<span>Download</span>
<i class="fa fa-download"></i>&nbsp;<span>Download</span>
</a>
</div>
</div>
Expand Down

0 comments on commit 347cb99

Please sign in to comment.