Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
e2534c97
Commit
e2534c97
authored
6 years ago
by
Hervé MENAGER
Browse files
Options
Downloads
Patches
Plain Diff
highlight better best activity in compound card pharmacology tab
Former-commit-id: ecb0c7abff460e3c4b14f6166edcae3ea4b43790
parent
9afdc523
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ippisite/ippidb/templates/compound_card.html
+1
-1
1 addition, 1 deletion
ippisite/ippidb/templates/compound_card.html
with
1 addition
and
1 deletion
ippisite/ippidb/templates/compound_card.html
+
1
−
1
View file @
e2534c97
...
@@ -201,7 +201,7 @@
...
@@ -201,7 +201,7 @@
</thead>
</thead>
<tbody>
<tbody>
{% for car in compound.compoundactivityresult_set.all %}
{% for car in compound.compoundactivityresult_set.all %}
<tr
{%
if
car.is_best
%}
class=
"
border border
-primary"
{%
endif
%}
>
<tr
{%
if
car.is_best
%}
class=
"
table
-primary"
{%
endif
%}
>
<td>
{% include "biblio_simplelink.html" with bibliography=car.test_activity_description.biblio %}
</td>
<td>
{% include "biblio_simplelink.html" with bibliography=car.test_activity_description.biblio %}
</td>
<td>
{{ car.test_activity_description.protein_domain_bound_complex.name }} {{ car.test_activity_description.protein_domain_bound_complex.protein.uniprot_id }}
</td>
<td>
{{ car.test_activity_description.protein_domain_bound_complex.name }} {{ car.test_activity_description.protein_domain_bound_complex.protein.uniprot_id }}
</td>
<td>
{{ car.test_activity_description.protein_domain_partner_complex.name }} {{ car.test_activity_description.protein_domain_partner_complex.protein.uniprot_id }}
</td>
<td>
{{ car.test_activity_description.protein_domain_partner_complex.name }} {{ car.test_activity_description.protein_domain_partner_complex.protein.uniprot_id }}
</td>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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