Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iPPIDB
ippidb-web
Commits
44f34a26
Commit
44f34a26
authored
7 years ago
by
Hervé MENAGER
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ippisite/db.sqlite3.REMOVED.git-id
+1
-1
1 addition, 1 deletion
ippisite/db.sqlite3.REMOVED.git-id
ippisite/ippidb/templates/compound_list.html
+3
-3
3 additions, 3 deletions
ippisite/ippidb/templates/compound_list.html
with
4 additions
and
4 deletions
ippisite/db.sqlite3.REMOVED.git-id
+
1
−
1
View file @
44f34a26
58006f6cf68fc8c9a8d90f9b714b95860dc9cebb
6def815c597d9d9c8c7e97e6b7e8fd71da7d64ac
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
ippisite/ippidb/templates/compound_list.html
+
3
−
3
View file @
44f34a26
...
@@ -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>
-
filters:
</span>
<span>
-
filters:
</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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment