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
osp
tools.ethertoff
Commits
8b4135e2
Commit
8b4135e2
authored
Nov 13, 2019
by
gijs
Browse files
Show event in breadcrumbs on programme items
parent
a51399ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
generator/templates/note.html
View file @
8b4135e2
...
...
@@ -13,6 +13,7 @@
<ul>
{% if note.programmeItem.resolved %}
<li><a
href=
"../index.html"
>
Timeline
</a></li>
<li><a
href=
"{{ note.programmeItem.target.event.target.link }}"
>
{{ note.programmeItem.target.event }}
</a></li>
<li><a
href=
"{{ note.programmeItem.target.link }}"
>
{{ note.programmeItem }}
</a></li>
{% elif note.event.resolved %}
<li><a
href=
"../index.html"
>
Timeline
</a></li>
...
...
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