~debian-bazaar/debian/sid/loggerhead/unstable

« back to all changes in this revision

Viewing changes to loggerhead/templates/inventory.pt

  • Committer: Jelmer Vernooij
  • Date: 2022-07-11 14:23:32 UTC
  • mfrom: (182.150.80)
  • Revision ID: jelmer@jelmer.uk-20220711142332-awp47d8qhnyuvp2o
New upstream snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
                 <td class="date" tal:content="python:util.hide_email(file.change.committer)"></td>
95
95
                 <td class="autcell" tal:content="python:file.change.comment[:50]"></td>
96
96
                 <td class="timedate2"></td><!-- not showing sizes of folders -->
97
 
                 <td class="expcell"><a tal:attributes="href python:url(['/changes'], start_revid=start_revid, filter_file_id=file.file_id);
 
97
                 <td class="expcell"><a tal:attributes="href python:url(['/changes'], start_revid=start_revid, filter_path=file.absolutepath);
98
98
                                                     title string:Show revision ${file/change/revno}">
99
99
                                      <img tal:attributes="src python:branch.static_url('/static/images/ico_planilla.gif')" alt="Diff" />
100
100
                                     </a>
119
119
                 <td class="date" tal:content="python:util.hide_email(file.change.committer)"></td>
120
120
                 <td class="autcell" tal:content="python:file.change.comment[:50]"></td>
121
121
                 <td class="timedate2">.</td>
122
 
                 <td class="expcell"><a tal:attributes="href python:url(['/changes'], start_revid=start_revid, filter_file_id=file.file_id);
 
122
                 <td class="expcell"><a tal:attributes="href python:url(['/changes'], start_revid=start_revid, filter_path=file.absolutepath);
123
123
                                                        title string:Show revision ${file/change/revno}">
124
124
                                          <img tal:attributes="src python:branch.static_url('/static/images/ico_planilla.gif');
125
125
                                                               title string:Show revision ${file/change/revno}" />
157
157
                                     </a>
158
158
              </td>
159
159
              <td class="expcell">
160
 
                 <a tal:attributes="href python:url(['/download', file.revid.decode('utf-8'), file.file_id.decode('utf-8'), file.filename]);
 
160
                 <a tal:attributes="href python:url(['/download', file.revid.decode('utf-8'), file.filename]);
161
161
                                    title string:Download ${file/filename} at revision ${file/change/revno}">
162
162
                   <img tal:attributes="src python:branch.static_url('/static/images/ico_file_download.gif')" alt="Download File" />
163
163
                 </a>