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
defa840b
Commit
defa840b
authored
Jun 18, 2019
by
Pierre Dittgen
Browse files
Fix schemas git version
parent
fd5c219e
Pipeline
#1015
failed with stage
in 21 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
validata_ui/templates/schema_info_part.html
View file @
defa840b
{% macro html(schema_info, schema_versions) %}
{% macro html(schema_info, schema_versions
, schema_current_version
) %}
<h5
class=
"card-title"
>
Schéma
{% if schema_info.title %}
...
...
validata_ui/templates/validation_form.html
View file @
defa840b
...
...
@@ -12,7 +12,7 @@
<div
class=
"col-md-4 {{ cols_my_classes }}"
>
<div
class=
"card bg-faded"
>
<div
class=
"card-body"
>
{{ schema_info_part.html(schema_info, schema_versions) }}
{{ schema_info_part.html(schema_info, schema_versions
, schema_current_version
) }}
</div>
</div>
</div>
...
...
validata_ui/templates/validation_report.html
View file @
defa840b
...
...
@@ -51,7 +51,7 @@
<div
class=
"col-md-{% if print_mode %}12{% else %}5{% endif %} my-4"
>
<div
class=
"card bg-faded"
>
<div
class=
"card-body"
>
{{ schema_info_part.html(schema_info, schema_versions) }}
{{ schema_info_part.html(schema_info, schema_versions
, schema_current_version
) }}
<hr
/>
<div>
<h5
class=
"card-title"
>
...
...
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