~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/revision.pt

  • Committer: John Arbash Meinel
  • Date: 2011-02-09 22:29:57 UTC
  • mfrom: (157.1.22 devel)
  • mto: This revision was merged to the branch mainline in revision 423.
  • Revision ID: john@arbash-meinel.com-20110209222957-bwiyiqfbhv80zvs0
Merge the tip of launchpad's loggerhead branch back into the new trunk branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    </head>
21
21
 
22
22
    <body>
23
 
 
24
23
      <tal:block metal:fill-slot="heading">
25
24
        <h1>
26
25
          <tal:has-link condition="branch/branch_link">
42
41
            </tal:compare-to>
43
42
          </span>
44
43
          <span class="breadcrumb" tal:condition="specific_path">
45
 
            : <tal:annotate content="structure python:annotate_link(url, change.revno, specific_path)" />
 
44
            : <tal:annotate content="structure python:view_link(url, change.revno, specific_path)" />
46
45
          </span>
47
46
        </h1>
48
47
        <tal:branch-info replace="structure python:branchinfo(branch)" />
55
54
          </a>
56
55
        </p>
57
56
        <p tal:condition="specific_path">
58
 
          Viewing changes to <tal:annotate content="structure python:annotate_link(url, change.revno, specific_path)" />
 
57
          Viewing changes to <tal:annotate content="structure python:view_link(url, change.revno, specific_path)" />
59
58
        </p>
60
59
        <ul id="submenuTabs">
61
60
          <li id="first"><a tal:attributes="href python:url(['/files', change.revno]);