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
a697d8d5
Commit
a697d8d5
authored
Nov 18, 2020
by
Hervé MENAGER
Browse files
correct format of per PPI family best activity
to display only 2 decimals (see #251)
parent
46e0fc59
Pipeline
#41697
passed with stages
in 17 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ippisite/ippidb/templates/compound_l_item.html
View file @
a697d8d5
...
...
@@ -71,7 +71,7 @@
{% for row in compound.get_target_activities_table %}
<tr>
<td
scope=
"col"
>
{{ row.family.name }}
</td>
<td
scope=
"col"
>
{{ row.best_activity }}
</td>
<td
scope=
"col"
>
{{ row.best_activity
|floatformat:2
}}
</td>
<td
scope=
"col"
>
{% for disease in row.diseases %}
{{ disease.name }}
...
...
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