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
a4239a83
Commit
a4239a83
authored
5 years ago
by
Rachel TORCHET
Browse files
Options
Downloads
Patches
Plain Diff
Compound_card : Update compound header aspect
parent
838b956d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#21678
passed
5 years ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ippisite/ippidb/templates/compound_card.html
+5
-4
5 additions, 4 deletions
ippisite/ippidb/templates/compound_card.html
with
5 additions
and
4 deletions
ippisite/ippidb/templates/compound_card.html
+
5
−
4
View file @
a4239a83
...
@@ -31,11 +31,12 @@
...
@@ -31,11 +31,12 @@
{{ compound.id }}{% endblock %}
{{ compound.id }}{% endblock %}
</div>
</div>
</nav>
</nav>
<div
class=
"container-fluid inner-wrap compound_header_title"
id=
"compound_header_title"
style=
"margin-bottom: 18px; border-radius: 3px; box-shadow: 0 3px
5
px 0 rgba(0, 0, 0, 0.2);"
>
<div
class=
"container-fluid inner-wrap compound_header_title"
id=
"compound_header_title"
style=
"margin-bottom: 18px; border-radius: 3px; box-shadow: 0 3px
11
px 0 rgba(0, 0, 0, 0.2);"
>
<div
class=
"row"
style=
"display: flex;"
>
<div
class=
"row"
>
{% include "compound_smiles_draw.html" with id=compound.id smile=compound.canonical_smile width=150 height=150%}
{% include "compound_smiles_draw.html" with id=compound.id smile=compound.canonical_smile width=150 height=150%}
<div
class=
"{% if compound.is_validated is False %}bg_warning{% endif %}"
style=
"margin: auto;"
>
<div
class=
"{% if compound.is_validated is False %}bg_warning{% endif %}"
style=
"display: flex;
<h1
class=
"page-title"
>
Compound {{ compound.id }}
</h1>
align-items: center;"
>
<h1
class=
"page-title"
style=
"margin: 0;"
>
Compound {{ compound.id }}
</h1>
{% if compound.is_validated is False %}
{% if compound.is_validated is False %}
<h3
class=
"ml-2"
>
This compound has not been validated by a curator yet, data might be incomplete or
<h3
class=
"ml-2"
>
This compound has not been validated by a curator yet, data might be incomplete or
inaccurate
</h3>
inaccurate
</h3>
...
...
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