repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
chrome
/
common
/
extensions
/
docs
/
templates
/
private
/
relatedpages_item.html
blob
9a5ae08eeb3adc6722ca5cb1c2f42e962ec5380e
1
{{#r:items}}
2
{{?r.related}}
3
<li
{{?r.separator}}
class
=
"separator"
{{/}}
>
4
<a
href
=
"{{r.href}}"
{{?r.selected}}
class
=
"active"
{{/}}
>
{{r.title}}
</a>
5
</li>
6
{{:r.related}}
7
{{?r.items +partials.relatedpages_item items:r.items /}}
8
{{/r.related}}
9
{{/items}}