Chromium Code Reviews| Index: chrome/common/extensions/docs/templates/private/relatedpages_items.html |
| diff --git a/chrome/common/extensions/docs/templates/private/relatedpages_items.html b/chrome/common/extensions/docs/templates/private/relatedpages_items.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e6a942200dffe16d6a0d2ebe706bd99d74c27ec8 |
| --- /dev/null |
| +++ b/chrome/common/extensions/docs/templates/private/relatedpages_items.html |
| @@ -0,0 +1,10 @@ |
| +<section class="related"> |
| +<h3 hideintoc="1">{{related.parent.title}}</h3> |
| +<ol class="toc"> |
| + {{#p:related.items}} |
| + <li {{?p.separator}}class="separator"{{/}}> |
| + <a href="{{p.href}}" {{?p.active}}class="active"{{/}}>{{{p.title}}}</a> |
| + </li> |
| + {{/related.items}} |
| +</ol> |
| +</section> |