aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/templates/base.html')
-rw-r--r--uploader/templates/base.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/uploader/templates/base.html b/uploader/templates/base.html
index cc37c3e..171e8fa 100644
--- a/uploader/templates/base.html
+++ b/uploader/templates/base.html
@@ -28,10 +28,10 @@
<span class="header col-lg-9">GeneNetwork Data Quality Control and Upload</span>
<nav class="header-nav col-lg-3">
<ul class="nav justify-content-end">
- <li class="btn">
+ <li>
{%if user_logged_in()%}
<a href="{{url_for('oauth2.logout')}}"
- title="Log out of the system">Log Out</a>
+ title="Log out of the system">{{user_email()}} &mdash; Log Out</a>
{%else%}
<a href="{{authserver_authorise_uri()}}"
title="Log in to the system">Log In</a>
@@ -48,10 +48,10 @@
title="View and manage species information.">Species</a></li>
<li><a href="{{url_for('species.populations.index')}}"
title="View and manage species populations.">Populations</a></li>
- <li><a href="{{url_for('species.populations.genotypes.index')}}"
- title="Upload Genotype data.">Genotype Data</a></li>
<li><a href="{{url_for('species.populations.samples.index')}}"
title="Upload population samples.">Samples</a></li>
+ <li><a href="{{url_for('species.populations.genotypes.index')}}"
+ title="Upload Genotype data.">Genotype Data</a></li>
<li><a href="{{url_for('expression-data.index.index')}}"
title="Upload expression data.">Expression Data</a></li>
<li><a href="#"