diff options
author | Frederick Muriuki Muriithi | 2024-09-24 16:21:44 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-24 16:21:44 -0500 |
commit | 44f6bdee510013df9b29e19f97b0cf108bbe46fa (patch) | |
tree | f0014a9bdb49076ada421b2dc29035a47f2b6bab /uploader | |
parent | b2d3883bbb1b75b8a55aa26fafef7302a5781fd6 (diff) | |
download | gn-uploader-44f6bdee510013df9b29e19f97b0cf108bbe46fa.tar.gz |
Put "Expression Data" next to related "Individual Data"
My current understanding of the data leads me to the conclusion that
the term "Expression Data" indicates the superset of data that
includes the "Individual data", "Average/SE data" etc.
For easier tracking, I have grouped the two links next to each other
for now.
Diffstat (limited to 'uploader')
-rw-r--r-- | uploader/templates/base.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/uploader/templates/base.html b/uploader/templates/base.html index 74de77e..bca89ef 100644 --- a/uploader/templates/base.html +++ b/uploader/templates/base.html @@ -60,12 +60,12 @@ <li {%if activemenu=="genotypes"%}class="activemenu"{%endif%}> <a href="{{url_for('species.populations.genotypes.index')}}" title="Upload Genotype data.">Genotype Data</a></li> - <li {%if activemenu=="expression-data"%}class="activemenu"{%endif%}> - <a href="{{url_for('species.populations.expression-data.index')}}" - title="Upload expression data.">Expression Data</a></li> <li {%if activemenu=="phenotypes"%}class="activemenu"{%endif%}> <a href="#" title="Upload phenotype data.">Phenotype Data</a></li> + <li {%if activemenu=="expression-data"%}class="activemenu"{%endif%}> + <a href="{{url_for('species.populations.expression-data.index')}}" + title="Upload expression data.">Expression Data</a></li> <li {%if activemenu=="individuals"%}class="activemenu"{%endif%}> <a href="#" title="Upload individual data.">Individual Data</a></li> |