aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uploader/templates/populations/sui-view-population.html16
1 files changed, 2 insertions, 14 deletions
diff --git a/uploader/templates/populations/sui-view-population.html b/uploader/templates/populations/sui-view-population.html
index adb28db..f7c6876 100644
--- a/uploader/templates/populations/sui-view-population.html
+++ b/uploader/templates/populations/sui-view-population.html
@@ -74,14 +74,8 @@
id="phenotypes-content"
role="tabpanel"
aria-labelledby="phenotypes-content-tab">
- <p>Upload and manage phenotypes and publications for population
- "<em>{{population.FullName}} ({{population.Name}})</em>" of species
- "<em>{{species.FullName}} ({{species.Name}})</em>".</p>
- <p class="text-danger">Tabs will not work nicely here. Maybe present
- options e.g.:
- </p>
- <div class="row">
+ <div class="row" style="margin-top: 0.3em;">
<div class="col">
<a href="{{url_for('species.populations.phenotypes.view_dataset',
species_id=species.SpeciesId,
@@ -93,14 +87,8 @@
</div>
<div class="col">
<a href="#"
- title="List all existing phenotypes for this population."
- class="btn btn-info not-implemented">list existing phenotypes</a>
- <!-- Means and QTLReaper will be computed in this page. -->
- </div>
- <div class="col">
- <a href="#"
title="List all existing publications for this population."
- class="btn btn-info not-implemented">list existing publications</a>
+ class="btn btn-primary not-implemented">view publications</a>
<!-- Maybe, actually filter publications by population? -->
<!-- Provide other features for publications on loaded page. -->
</div>