source: main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/breadcrumbs.pt @ 7908

Last change on this file since 7908 was 7459, checked in by Henrik Bettermann, 13 years ago

Merge Bootstrap branch into trunk.

File size: 246 bytes
Line 
1<span tal:repeat="item viewlet/getEntries">
2  <li>
3    <a href="#" tal:attributes="href item/url">
4      <span tal:content="item/title">Entry</span>
5    </a>
6    <span tal:condition="not: repeat/item/end" class="divider">/</span>
7  </li>
8</span>
Note: See TracBrowser for help on using the repository browser.