From 3cbac6082939c63d4aa33e945ded660773ac24d7 Mon Sep 17 00:00:00 2001 From: sepro Date: Thu, 27 Oct 2016 11:33:52 +0200 Subject: [PATCH] interpro page restyle --- planet/templates/interpro.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/planet/templates/interpro.html b/planet/templates/interpro.html index fcf108c..66be91c 100644 --- a/planet/templates/interpro.html +++ b/planet/templates/interpro.html @@ -5,18 +5,23 @@
{% if interpro %} -

InterPro:{{ interpro.label }}: {{ interpro.description }}

+ +

{{ interpro.label }}: {{ interpro.description }}


{% if interpro.clade_id %}

Specific for {{ interpro.clade.name}}

{% endif %}
-
+

There are {{ count }} sequences with this label.

{% if count > 0 %} -
+
{% endif %} @@ -42,10 +47,8 @@

{% endif %} {% endblock %} \ No newline at end of file