Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OSUG
JMMC
jmmc-jmdcui-docker
Commits
6c008b14
Commit
6c008b14
authored
Jan 23, 2020
by
Guillaume Mella
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix layout
parent
40b8bbc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
jmdc-ui/jmdc_app/templates/submit_errors.jinja2
jmdc-ui/jmdc_app/templates/submit_errors.jinja2
+5
-4
No files found.
jmdc-ui/jmdc_app/templates/submit_errors.jinja2
View file @
6c008b14
{% if entries %}
{% if has_problem %}
<a onclick="$(".erroronly").toggleClass("hidden");" class="dt-button"><span class="erroronly btn btn-warning btn-xs hidden">show all</span><span class="erroronly btn btn-success btn-xs">show error only</span></a>
{% endif %}
<div class="entry-info">
{% if has_problem %}
<a onclick="$(".erroronly").toggleClass("hidden");" class="dt-button"><span class="erroronly btn btn-warning btn-xs hidden">show all</span><span class="erroronly btn btn-success btn-xs">show error only</span></a>
{% endif %}
</div>
<div class="entry-info">
{% for entry in entries %}
{% if entry.entry.warnings or entry.entry.errors or entry.entry.unique %}
...
...
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