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
0f1940de
Commit
0f1940de
authored
6 years ago
by
Hervé MENAGER
Browse files
Options
Downloads
Patches
Plain Diff
correct typo in compounds list column headers
Former-commit-id: 2d4a7a942f8bb8da801cb652f43a3e50f567111a
parent
7aa0a047
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_t_list.html
+1
-1
1 addition, 1 deletion
ippisite/ippidb/templates/compound_t_list.html
with
1 addition
and
1 deletion
ippisite/ippidb/templates/compound_t_list.html
+
1
−
1
View file @
0f1940de
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
{% include "compound_t_colhead.html" with col_id="nb_rotatable_bonds" col_name="number of rotatable bonds" %}
{% include "compound_t_colhead.html" with col_id="nb_rotatable_bonds" col_name="number of rotatable bonds" %}
{% include "compound_t_colhead.html" with col_id="nb_aromatic_sssr" col_name="number of aromatic SSSR" %}
{% include "compound_t_colhead.html" with col_id="nb_aromatic_sssr" col_name="number of aromatic SSSR" %}
{% include "compound_t_colhead.html" with col_id="families" col_name="PPI families" %}
{% include "compound_t_colhead.html" with col_id="families" col_name="PPI families" %}
{% include "compound_t_colhead.html" with col_id="nb_chiral_centers" col_name="Number of chiral center
r
s" %}
{% include "compound_t_colhead.html" with col_id="nb_chiral_centers" col_name="Number of chiral centers" %}
<button
type=
"button"
class=
"btn btn-primary float-right"
style=
"width: inherit!important"
data-toggle=
"modal"
data-target=
"#selectColumns"
>
<button
type=
"button"
class=
"btn btn-primary float-right"
style=
"width: inherit!important"
data-toggle=
"modal"
data-target=
"#selectColumns"
>
<i
class=
"fa fa-columns"
title=
"customize columns"
></i>
<i
class=
"fa fa-columns"
title=
"customize columns"
></i>
</button>
</button>
...
...
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