~launchpad-pqm/launchpad/devel

9225.1.2 by Michael Nelson
Initial styling.
1
<ol
14325.2.2 by mbp at canonical
schema.org markup of breadcrumbs
2
  itemprop="breadcrumb"
9225.1.2 by Michael Nelson
Initial styling.
3
  class="breadcrumbs"
4
  xmlns:tal="http://xml.zope.org/namespaces/tal"
5
  xmlns:metal="http://xml.zope.org/namespaces/metal"
6
  xmlns:i18n="http://xml.zope.org/namespaces/i18n"
11134.7.2 by Curtis Hovey
Do not render any part of the breadcrumbs if we do not intend to show them.
7
  i18n:domain="launchpad"
8
  tal:condition="view/display_breadcrumbs">
9225.1.2 by Michael Nelson
Initial styling.
9
11134.7.2 by Curtis Hovey
Do not render any part of the breadcrumbs if we do not intend to show them.
10
<tal:breadcrumbs repeat="breadcrumb view/items">
9225.1.2 by Michael Nelson
Initial styling.
11
  <li>
10197.4.8 by Curtis Hovey
Fixed the breadcrumb markup.
12
    <a tal:attributes="href breadcrumb/url"
11134.7.14 by Curtis Hovey
Hush lint.
13
      tal:omit-tag="repeat/breadcrumb/end"><tal:text
10197.4.8 by Curtis Hovey
Fixed the breadcrumb markup.
14
        condition="not: repeat/breadcrumb/end"
15
        replace="breadcrumb/text">
16
          Bugs on redfish</tal:text><tal:text
17
        condition="repeat/breadcrumb/end"
18
        replace="breadcrumb/text/fmt:shorten/40">
19
          Bugs on redfish</tal:text></a>
9225.1.2 by Michael Nelson
Initial styling.
20
  </li>
21
</tal:breadcrumbs>
22
</ol>