Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Validata
Validata UI
Commits
002cdbd6
Commit
002cdbd6
authored
Jan 07, 2021
by
Pierre Dittgen
Browse files
Fix "Recommandations" title display
parent
0a0840e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
002cdbd6
# Changelog
## next
-
Fix
`Recommandations`
title display
## 0.4.0a4
-
Fix Dockerfile chromium version
...
...
validata_ui/templates/validation_report.html
View file @
002cdbd6
...
...
@@ -150,7 +150,7 @@
{# Display body errors #}
<div
class=
"mx-4"
>
{% if report.
table.
warn_count != 0 %}
{% if report.warn_count != 0 %}
<h3
class=
"my-4"
>
Recommandations
</h3>
<ul>
{% for warn in report.warnings %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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