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
54339067
Commit
54339067
authored
Jun 17, 2019
by
Christophe Benz
Browse files
Fix blocks
parent
9acc1a73
Changes
3
Hide whitespace changes
Inline
Side-by-side
validata_ui/templates/base_template.html
View file @
54339067
...
...
@@ -67,11 +67,10 @@
{% block content %}{% endblock %}
</div>
{% block scripts %}
<script
src=
"https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity=
"sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin=
"anonymous"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity=
"sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin=
"anonymous"
></script>
<script
src=
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity=
"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin=
"anonymous"
></script>
{% endblock %}
{%
block page_scripts %}{%
endblock %}
<footer
class=
"footer hidden-print"
>
<div>
...
...
validata_ui/templates/schema_info_part.html
View file @
54339067
...
...
@@ -44,6 +44,8 @@
{% endfor %}
</select>
</p>
{% block page_scripts %}
<script>
var
vbox
=
$
(
'
#version_select
'
);
vbox
.
on
(
'
change
'
,
function
()
{
...
...
@@ -79,4 +81,7 @@
document
.
location
.
href
=
new_url
;
})
</script>
{% endblock %}
{% endif %}
validata_ui/templates/validation_report.html
View file @
54339067
...
...
@@ -166,8 +166,7 @@
{% endblock %}
{% block scripts %}
{{ super() }}
{% block page_scripts %}
<script>
$
(
function
()
{
// Errors tooltip activate
...
...
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