Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iPPIDB
ippidb-web
Commits
8a6dce26
Commit
8a6dce26
authored
Sep 21, 2020
by
Hervé MENAGER
Browse files
correct tooltip for Compound PDB Ligand ID
WIP on #236
parent
926e2e82
Changes
1
Hide whitespace changes
Inline
Side-by-side
ippisite/ippidb/templates/compound_db_links.html
View file @
8a6dce26
...
...
@@ -19,7 +19,7 @@
</td>
<td
scope=
"col"
class=
"col-2"
>
{% if compound.ligand_id %}
<a
href=
"https://www.rcsb.org/ligand/{{ compound.ligand_id}}"
target=
"_blank"
><img
src=
"/static/images/Other/PDBLogo.ico"
style=
"height: 1.5em;"
title=
"
DrugB
an
k
ID: {{ compound.ligand_id }}"
/></a>
<a
href=
"https://www.rcsb.org/ligand/{{ compound.ligand_id}}"
target=
"_blank"
><img
src=
"/static/images/Other/PDBLogo.ico"
style=
"height: 1.5em;"
title=
"
PDB Lig
an
d
ID: {{ compound.ligand_id }}"
/></a>
{% endif %}
</td>
<td
scope=
"col"
class=
"col-2"
>
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment