Skip to content

Commit 8c3e342

Browse files
authored
fix #3438 (#3439)
1 parent 25237a5 commit 8c3e342

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Deployed on October 14th, 2024
1414
* `SortMeRNA v4.3.7` superseded `Sortmerna v2.1b`, which relies on Silva 138 and now produced even mates. Thank you @ekopylova and @biocodz for the support.
1515
* `Remove SynDNA reads` superseded `SynDNA Woltka`, which now generates even mates.
1616
* `Woltka v0.1.7, paired-end` superseded `Woltka v0.1.6` in `qp-woltka`; [more information](https://qiita.ucsd.edu/static/doc/html/processingdata/woltka_pairedend.html). Thank you to @qiyunzhu for the benchmarks!
17-
* Other general fixes, like [#3424](https://github.com/qiita-spots/qiita/pull/3424), [#3425](https://github.com/qiita-spots/qiita/pull/3425).
17+
* Other general fixes, like [#3424](https://github.com/qiita-spots/qiita/pull/3424), [#3425](https://github.com/qiita-spots/qiita/pull/3425), [#3439](https://github.com/qiita-spots/qiita/pull/3439).
1818

1919

2020
Version 2024.07

qiita_pet/templates/study_ajax/prep_summary.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ <h4>
434434

435435
<span id="prep-name-span">{{name}}</span> - ID {{prep_id}} ({{data_type}})
436436
{% if user_level in ('admin', 'wet-lab admin') and creation_job is not None %}
437-
<a class="btn btn-default" download="{{creation_job_filename}}" href="data:text/plain;charset=utf-8,encodeURIComponent({{creation_job_filename_body}})"><span class="glyphicon glyphicon-download-alt"></span> SampleSheet</a>
437+
<a class="btn btn-default" download="{{creation_job_filename}}" href="data:text/plain;charset=utf-8,{{creation_job_filename_body}}"><span class="glyphicon glyphicon-download-alt"></span> SampleSheet</a>
438438
{% if creation_job_artifact_summary is not None %}
439439
<a class="btn btn-default" target="_blank" href="{% raw qiita_config.portal_dir %}/artifact/html_summary/{{creation_job_artifact_summary}}"><span class="glyphicon glyphicon-download-alt"></span> Creation Job Output</a>
440440
{% end %}

0 commit comments

Comments
 (0)