~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/changelog.pt

  • Committer: Michael Hudson
  • Date: 2008-06-16 11:38:05 UTC
  • mfrom: (128.8.8 loggerhead.zpt.clean_urls)
  • mto: This revision was merged to the branch mainline in revision 164.
  • Revision ID: michael.hudson@canonical.com-20080616113805-skju9i2lwjpubi4u
merge zpt.cleaner_urls

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
            <a tal:attributes="name string:entry-${entry/revno}" />
78
78
            <tr tal:attributes="class string:revision-header parity${entry/parity}">
79
79
              <td class="revision-number">
80
 
                <a tal:attributes="title python:'Show revision '+history.get_revno(entry.revid);
81
 
                                   href  python:url(['/revision', entry.revid])"
 
80
                <a tal:attributes="title python:'Show revision '+entry.revno;
 
81
                                   href  python:url(['/revision', entry.revno], clear=1)"
82
82
                   tal:content="python:util.trunc(entry.revno)">
83
83
                  text
84
84
                </a>
87
87
                  tal:content="structure python:collapse_button('cl', entry.revno, branch)">
88
88
              </td>
89
89
              <td class="summary">
90
 
                <a tal:attributes="title python:'Show revision '+history.get_revno(entry.revid);
91
 
                                   href  python:url(['/revision', entry.revid])"
 
90
                <a tal:attributes="title python:'Show revision '+entry.revno;
 
91
                                   href  python:url(['/revision', entry.revno], clear=1)"
92
92
                   tal:content="entry/short_comment">
93
93
                  text
94
94
                </a>
101
101
                        tal:content="python:util._approximatedate(entry.date)"></span>
102
102
              </td>
103
103
              <td class="inventory-link">
104
 
                <a tal:attributes="href python:branch.url(['/files', entry.revid]);
 
104
                <a tal:attributes="href python:branch.url(['/files', entry.revno]);
105
105
                                   title string:Files at revision ${entry/revno}">
106
106
                  files
107
107
                </a>
121
121
                    </th>
122
122
                    <td class="children">
123
123
                      <a title="Show history"
124
 
                         tal:attributes="href python:url(['/changes'], start_revid=merge_point.revid)"
 
124
                         tal:attributes="href python:url(['/changes'], start_revid=merge_point.revno)"
125
125
                         tal:content="python:revno_with_nick(merge_point)">
126
126
                        class="revlink">
127
127
                        ${text}
136
136
                    </th>
137
137
                    <td class="parents">
138
138
                      <a title="Show history"
139
 
                         tal:attributes="href python:url(['/changes'], start_revid=parent.revid)"
 
139
                         tal:attributes="href python:url(['/changes'], start_revid=parent.revno)"
140
140
                         tal:content="python:revno_with_nick(parent)">
141
141
                        class="revlink">
142
142
                        ${text}