File tree 1 file changed +1
-1
lines changed
qiita_pet/templates/study_ajax
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 434
434
435
435
< span id ="prep-name-span "> {{name}}</ span > - ID {{prep_id}} ({{data_type}})
436
436
{% 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,{{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,encodeURIComponent( {{creation_job_filename_body}}) "> < span class ="glyphicon glyphicon-download-alt "> </ span > SampleSheet</ a >
438
438
{% if creation_job_artifact_summary is not None %}
439
439
< 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 >
440
440
{% end %}
You can’t perform that action at this time.
0 commit comments