Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Validata
validata-ui
Commits
defa840b
Commit
defa840b
authored
Jun 18, 2019
by
Pierre Dittgen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
validata_ui/templates/schema_info_part.html
validata_ui/templates/schema_info_part.html
+1
-1
validata_ui/templates/validation_form.html
validata_ui/templates/validation_form.html
+1
-1
validata_ui/templates/validation_report.html
validata_ui/templates/validation_report.html
+1
-1
No files found.
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