~malept/loggerhead/standalone-auth

« back to all changes in this revision

Viewing changes to loggerhead/templates/browse.pt

  • Committer: Martin Albisetti
  • Date: 2008-07-22 00:40:03 UTC
  • mfrom: (182 loggerhead.search_integration)
  • mto: This revision was merged to the branch mainline in revision 187.
  • Revision ID: argentina@gmail.com-20080722004003-lx1fp0tthpp6kl92
Merged from trunk, resolved billions of conflicts

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 project/views">
 
48
            <tal:block repeat="view python:views_by_project[project]">
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.history.has_revisions and util._approximatedate(view.last_updated()) or '(no revisions)'"></td>
 
61
                    tal:content="python:view.get_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">