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
hackinscience
hkis-website
Commits
af3389ba
Unverified
Commit
af3389ba
authored
Oct 05, 2021
by
Julien Palard
Browse files
FIX: coloring of lists of exercises.
parent
d056cbcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/templates/hkis/page.html
View file @
af3389ba
...
...
@@ -19,7 +19,7 @@
<tbody>
{% for exercise in exercises %}
<tr
class=
"{% if exercise.user_tries > 0 %}{% if exercise.user_successes > 0 %}table-success{% else %}table-danger{% endif %}{% endif %}"
>
<td
scope=
"row"
class=
"
d-flex
align-items-center"
>
<td
scope=
"row"
class=
"align-items-center"
>
{% if exercise.user_tries > 0 %}
{% if exercise.user_successes > 0 %}
<span
class=
"good"
>
✓
</span>
...
...
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