You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: qiita_pet/templates/study_base.html
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -239,7 +239,8 @@
239
239
<aclass="btn btn-default btn-block" href="{% raw qiita_config.portal_dir %}/study/upload/{{study_info['study_id']}}"><spanclass="glyphicon glyphicon-upload"></span> Upload Files</a>
240
240
<buttonclass="btn btn-default btn-block" onclick="populate_main_div('{% raw qiita_config.portal_dir %}/study/new_prep_template/', { study_id: {{study_info['study_id']}} })" id="add-new-preparation-btn"><spanclass="glyphicon glyphicon-plus-sign"></span> Add New Preparation</button>
241
241
{% end %}
242
-
<aclass="btn btn-default btn-block" href="/download_study_bioms/{{study_info['study_id']}}"><spanclass="glyphicon glyphicon-download-alt"></span> All QIIME maps and BIOMs</a>
242
+
<aclass="btn btn-default btn-block" href="{% raw qiita_config.portal_dir %}/download_study_bioms/{{study_info['study_id']}}"><spanclass="glyphicon glyphicon-download-alt"></span> All QIIME maps and BIOMs</a>
243
+
<divstyle="text-align: center;"><small><ahref="{% raw qiita_config.portal_dir %}/static/doc/html/faq.html#how-to-solve-unzip-errors">Issues opening the downloaded zip?</a></small></div>
0 commit comments