From cea42615bd0c0c02bad574db42fc7c44c5ca5c66 Mon Sep 17 00:00:00 2001 From: hakangunturkun Date: Wed, 4 Mar 2020 12:02:15 -0600 Subject: fix 0 hit history view --- templates/tableview.html | 106 ++++++++++++++++++++++++---------------------- templates/tableview0.html | 17 ++++---- 2 files changed, 65 insertions(+), 58 deletions(-) (limited to 'templates') diff --git a/templates/tableview.html b/templates/tableview.html index d60f435..15b39ca 100644 --- a/templates/tableview.html +++ b/templates/tableview.html @@ -4,12 +4,18 @@ {%if num_gene==1%} -

GENE(S): {{gene_name}}

+

GENE: {{gene_name}}

+ {%if nodata_temp==1%} + No result was found. + {%endif%} {%else%}

GENES: {{gene_name}}

+ {%if nodata_temp==1%} + No result was found. + {%endif%} {%endif%} - +{%if nodata_temp!=1%}