~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/error.pt

  • Committer: Michael Hudson
  • Date: 2008-09-29 21:28:30 UTC
  • mto: This revision was merged to the branch mainline in revision 226.
  • Revision ID: michael.hudson@canonical.com-20080929212830-zt96jari80l7tqb9
add breadcrumbs to the error page

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
    <body>
9
9
        <tal:block metal:fill-slot="heading">
10
10
        <h1>
 
11
           <tal:has-link condition="branch/branch_link">
11
12
            <a tal:attributes="href branch/branch_link"
12
13
               tal:content="branch/friendly_name">
13
14
               nice/branch/name
14
15
            </a>
 
16
           </tal:has-link>
15
17
            <tal:no-link condition="not: branch/branch_link">
16
18
                <span metal:use-macro="breadcrumbs/directory"></span>
17
19
            </tal:no-link>
18
 
           : Error
 
20
           : error
19
21
        </h1>
20
22
        <pre>
21
23
            <p tal:content="error_title"/>