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