Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
protokollsystem
proto3
Commits
9a3264e9
Commit
9a3264e9
authored
May 10, 2018
by
Robin Sonnabend
Browse files
Fix get_css_classes on new default tops without localtops
/close
#195
parent
3739044a
Changes
1
Show whitespace changes
Inline
Side-by-side
templates/protocol-tops-include.html
View file @
9a3264e9
...
...
@@ -4,6 +4,7 @@
{% for default_top in protocol.protocoltype.default_tops %}
{% if not default_top.is_at_end() %}
{% set localtop = default_top.get_localtop(protocol) %}
{% if localtop is not none %}
<li
class=
"{{localtop.get_css_classes()|join("
")}}"
{%
if
localtop.is_expandable
()
%}
id=
"localtop-{{localtop.id}}"
title=
"{{localtop.description}}"
{%
endif
%}
>
{{default_top.name}}
{% if not protocol.is_done() and has_modify_right %}
...
...
@@ -17,6 +18,7 @@
{% endif %}
</li>
{% endif %}
{% endif %}
{% endfor %}
{% endif %}
{% for top in protocol.tops %}
...
...
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