From 5a5dd3daf638cd95358bf102fd8d8c2023d44aae Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 29 Sep 2020 16:41:29 -0500 Subject: Trait page link-out buttons were previously inside tags, but this caused there to be a small line between buttons when hovering over them (because the tags were wider than the button itself); this was changed to instead just be an "onclick" on the button (which is also a bit more concise) * wqflask/wqflask/templates/show_trait_details.html - Replaced tags with onclick for trait page link-out buttons --- wqflask/wqflask/templates/show_trait_details.html | 30 ++++++----------------- 1 file changed, 7 insertions(+), 23 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/show_trait_details.html b/wqflask/wqflask/templates/show_trait_details.html index 2284ca99..4aced50c 100644 --- a/wqflask/wqflask/templates/show_trait_details.html +++ b/wqflask/wqflask/templates/show_trait_details.html @@ -215,43 +215,27 @@
- - {% if this_trait.dataset.type == 'ProbeSet' or this_trait.dataset.type == 'Geno' %} {% if this_trait.symbol != None %} - - - + {% endif %} {% if UCSC_BLAT_URL != "" %} - - - + {% endif %} {% if this_trait.symbol != None %} - - - + {% if dataset.group.species == "mouse" or dataset.group.species == "rat" %} - - - + {% endif %} {% endif %} {% if show_probes == "True" %} - - - + {% endif %} {% endif %} - - - + {% if admin_status == "owner" or admin_status == "edit-admins" or admin_status == "edit-access" %} - - - + {% endif %}
-- cgit v1.2.3