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
7db147f1
Commit
7db147f1
authored
10 months ago
by
Fabien MAREUIL
Browse files
Options
Downloads
Patches
Plain Diff
fix bug display table
parent
54ee9a2f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#132452
passed
10 months ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ippisite/ippidb/templates/targetcentric.html
+1
-2
1 addition, 2 deletions
ippisite/ippidb/templates/targetcentric.html
with
1 addition
and
2 deletions
ippisite/ippidb/templates/targetcentric.html
+
1
−
2
View file @
7db147f1
...
...
@@ -382,8 +382,7 @@ Comparison and druggability prediction of protein-ligand binding sites from phar
{% with chaincount=forloop.counter %}
{% for cavity in cavities %}
{% with cavcount=forloop.counter %}
{% include "targetcentric_cavity_row.html" with chaincount=chaincount cavcount=cavcount
%}
{% include "targetcentric_cavity_row.html" with chaincount=chaincount cavcount=cavcount %}
<tr
class=
"collapse out collapseme{{ chaincount }}_{{ cavcount }} asnyc-construction"
data-cavity-id=
"{{cavity.id}}"
data-cavcount=
"{{cavcount}}"
data-chaincount=
"{{chaincount}}"
>
...
...
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