Skip to content
Snippets Groups Projects
Commit 44f34a26 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

minor display correct for display switch in compounds query

Former-commit-id: 6f2920cc0be9f1dccafcad84014890ee6735bfe5
parent fe3c93d8
No related branches found
No related tags found
No related merge requests found
58006f6cf68fc8c9a8d90f9b714b95860dc9cebb 6def815c597d9d9c8c7e97e6b7e8fd71da7d64ac
\ No newline at end of file \ No newline at end of file
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
<main class="col-12 col-md-9 col-xl-10 pl-md-5 bd-content" role="main"> <main class="col-12 col-md-9 col-xl-10 pl-md-5 bd-content" role="main">
<form> <form>
<div class=""> <div class="row">
<span class="m-2"><span>{{ count }} compounds</span> <span class="col-md-10"><span>{{ count }} compounds</span>
{% if selected_ppis or selected_diseases or selected_taxonomies or selected_boundcomplexes %} {% if selected_ppis or selected_diseases or selected_taxonomies or selected_boundcomplexes %}
<span>&nbsp;-&nbsp;filters:&nbsp;</span> <span>&nbsp;-&nbsp;filters:&nbsp;</span>
{% if selected_ppis %} {% if selected_ppis %}
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
{% endif %} {% endif %}
{% endif %} {% endif %}
</span> </span>
<span class="btn-group float-right"> <span class="btn-group col-md-2">
<a class="btn btn-default btn-outline-primary {% if display == 'v' %}active{% endif %}" href="#" {% if display != 'v' %}onclick="modifyUrl('display', 'v')"{% endif %}> <a class="btn btn-default btn-outline-primary {% if display == 'v' %}active{% endif %}" href="#" {% if display != 'v' %}onclick="modifyUrl('display', 'v')"{% endif %}>
<i class="fa fa-th" title="Vignettes"></i> <i class="fa fa-th" title="Vignettes"></i>
</a> </a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment