source: main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/breadcrumbs.pt @ 7737

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

Merge Bootstrap branch into trunk.

File size: 246 bytes
RevLine 
[7459]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>
[4701]5    </a>
[7459]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.