~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/browse.pt

  • Committer: Martin Albisetti
  • Date: 2008-10-20 21:18:06 UTC
  • mfrom: (229.1.3 add-yui-3)
  • Revision ID: martin.albisetti@canonical.com-20081020211806-rzs0ya40gz9wcpoz
Added yui library to the tree. Welcome to the future. (Paul Hummer)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
            <tal:block repeat="view python:views_by_project[project]">
26
26
              <tr tal:attributes="class string:blueRow1">
27
27
                <td class="icocell">
28
 
                  <img tal:attributes="src python:branch.static_url('/static/images/ico_branch.gif')" alt="Branch" />
 
28
                  <img tal:attributes="src python:branch.static_url('/static/images/ico_branch.gif')" />
29
29
                </td>
30
30
                <td class="autcell">
31
31
                    <a tal:attributes="href python:branch.static_url(project.name + '/' +  view.name)"