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
01b1144a
Commit
01b1144a
authored
6 years ago
by
Hervé MENAGER
Browse files
Options
Downloads
Patches
Plain Diff
move the compound image to the left to always have it visible
Former-commit-id: fc441d2bc608f1c2ba88f56383eff96ac473ccf9
parent
7d14657b
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
+5
-1
5 additions, 1 deletion
ippisite/ippidb/templates/compound_card.html
with
5 additions
and
1 deletion
ippisite/ippidb/templates/compound_card.html
+
5
−
1
View file @
01b1144a
...
...
@@ -18,13 +18,17 @@
<a
class=
"nav-link"
id=
"v-pills-pharmacology-tab"
data-toggle=
"pill"
href=
"#v-pills-pharmacology"
role=
"tab"
aria-controls=
"v-pills-pharmacology"
aria-expanded=
"true"
>
Pharmacology
</a>
<a
class=
"nav-link"
id=
"v-pills-drugsimilarity-tab"
data-toggle=
"pill"
href=
"#v-pills-drugsimilarity"
role=
"tab"
aria-controls=
"v-pills-drugsimilarity"
aria-expanded=
"true"
>
Drug similarity
</a>
</div>
<div
class=
"card text-center"
>
<div
class=
"card-body"
>
{% include "pubchem_img.html" %}
</div>
</div>
</div>
<div
class=
"col-9"
>
<div
class=
"tab-content"
id=
"v-pills-tabContent"
>
<div
class=
"tab-pane fade show active"
id=
"v-pills-compound"
role=
"tabpanel"
aria-labelledby=
"v-pills-compound-tab"
>
<div
class=
"card"
>
<div
class=
"card-body"
>
{% include "pubchem_img.html" %}
<ul
class=
"list-group"
>
<li
class=
"list-group-item"
>
Common name: {{ compound.common_name }}
</li>
<li
class=
"list-group-item"
>
Canonical SMILES: {{ compound.canonical_smile }}
</li>
...
...
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