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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -240,6 +240,9 @@
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
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
+
{% if study_info['has_access_to_raw_data'] %}
244
+
<aclass="btn btn-default btn-block" href="{% raw qiita_config.portal_dir %}/download_raw_data/{{study_info['study_id']}}"><spanclass="glyphicon glyphicon-download-alt"></span> All raw data</a>
245
+
{% end %}
243
246
<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