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
<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>
232
-
<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>
233
-
{% end %}
234
-
{% if study_info['show_biom_download_button'] %}
235
-
<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>
236
-
{% end %}
237
-
{% if study_info['has_access_to_raw_data'] and study_info['show_raw_download_button'] %}
238
-
<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>
239
-
{% end %}
240
-
<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>
224
+
{% if study_info['level'] != 'info' %}
225
+
<divclass="col-md-3">
226
+
<buttonclass="btn btn-default btn-block" onclick="populate_main_div('{% raw qiita_config.portal_dir %}/study/description/baseinfo/', { study_id: {{study_info['study_id']}} })"><spanclass="glyphicon glyphicon-info-sign"></span> Study Information</button>
<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>
231
+
<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>
232
+
{% end %}
233
+
{% if study_info['show_biom_download_button'] %}
234
+
<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>
235
+
{% end %}
236
+
{% if study_info['has_access_to_raw_data'] and study_info['show_raw_download_button'] %}
237
+
<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>
238
+
{% end %}
239
+
<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