~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/browse.pt

  • Committer: Martin Albisetti
  • Date: 2008-06-23 03:45:24 UTC
  • Revision ID: argentina@gmail.com-20080623034524-97s2zy6g5c45kedt
 * Show author instead of committer. Bug #149443

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
              </th>
46
46
              <th />
47
47
            </tr>
48
 
            <tal:block repeat="view python:views_by_project[project]">
 
48
            <tal:block repeat="view project/views">
49
49
              <tr>
50
50
                <td class="name">
51
51
                  <a tal:attributes="href python:branch.static_url(project.name + '/' +  view.name)"
58
58
                  ${view.description}
59
59
                </td>
60
60
                <td class="last-update"
61
 
                    tal:content="python:view.get_history().has_revisions and util._approximatedate(view.last_updated()) or '(no revisions)'"></td>
 
61
                    tal:content="python:view.history.has_revisions and util._approximatedate(view.last_updated()) or '(no revisions)'"></td>
62
62
                <td class="feed">
63
63
                  <a tal:attributes="href python:branch.static_url(project.name + '/' +  view.name + '/atom')"
64
64
                     title="atom feed">