Mercurial
>
bus-service
/ annotate
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
templates/macros.html@16a5c37e4e67 (annotated)
templates/macros.html
Tue, 24 Apr 2018 23:21:34 +0300
author
Teemu Piippo <teemu@hecknology.net>
date
Tue, 24 Apr 2018 23:21:34 +0300
changeset 92
16a5c37e4e67
parent 78
ead971f9569c
child 98
c07a77c8a070
permissions
-rw-r--r--
stop_week now shows rare variants with less emphasis
78
ead971f9569c
add missing files
Teemu Piippo <teemu@hecknology.net>
parents:
diff
changeset
1
{%
macro
route_rep
(
route_splice
)
%}
ead971f9569c
add missing files
Teemu Piippo <teemu@hecknology.net>
parents:
diff
changeset
2
{{
route_splice
[
0
]
}}{{
route_splice
[
1
]
}}
<
span
class
=
'route-suffix'
>
{{
route_splice
[
2
]
}}
</
span
>
ead971f9569c
add missing files
Teemu Piippo <teemu@hecknology.net>
parents:
diff
changeset
3
{%
endmacro
%}