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
a9e89ffb
Commit
a9e89ffb
authored
Oct 02, 2018
by
Pierre Dittgen
Browse files
Fix source name in validation report card
parent
5755e861
Changes
1
Hide whitespace changes
Inline
Side-by-side
validata_ui_next/templates/validation_report.html
View file @
a9e89ffb
...
...
@@ -19,7 +19,7 @@
<p
class=
"text"
>
{% if source_type == 'file' %}Fichier{% endif %}
{% if source_type == 'url' %}URL{% endif %}
à valider : {{ source }}
à valider : {{ source
.name
}}
</p>
</div>
</div>
...
...
Write
Preview
Supports
Markdown
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