~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/revisioninfo.pt

  • Committer: Michael Hudson
  • Date: 2009-03-19 18:47:42 UTC
  • mto: This revision was merged to the branch mainline in revision 310.
  • Revision ID: michael.hudson@canonical.com-20090319184742-46w8ftcm4exd1hj6
fix tests by deletion :/

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
                               href python:url(['/revision', merge_point.revno], clear=1)"
13
13
               tal:content="python:revno_with_nick(merge_point)"></a>
14
14
        </div>
15
 
        <div class="mto" tal:condition="merged_in">
16
 
          This revision was merged to the branch mainline in
17
 
          <a tal:attributes="href python:url(['/revision', merged_in], clear=1)">revision
18
 
            <tal:b content="merged_in"/></a>.
19
 
        </div>
20
15
        <div class="revid" tal:content="string:Revision ID: ${change/revid}"></div>
21
 
        <div tal:attributes="class string:foreign-${change/foreign_vcs}"
22
 
             tal:condition="change/foreign_vcs" 
23
 
             tal:repeat="revid_part python:change.foreign_revid.keys()"
24
 
             tal:content="python:'%s: %s' % (revid_part, change.foreign_revid[revid_part])"/>
25
 
        <div class="tags" tal:condition="change/tags" tal:content="string:Tags: ${change/tags}"></div>
26
 
        <div class="clear"><!-- --></div>
27
 
        <div class="bug" tal:repeat="bug change/bugs">
28
 
            <a tal:attributes="href bug" tal:content="bug"></a>
29
 
        </div>
30
16
        <div class="information" tal:content="structure python:util.fixed_width(change.comment)"></div>
31
17
    </div>
32
18
    <ul id="list-files" tal:condition="file_changes">