~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/browse.pt

  • Committer: Jelmer Vernooij
  • Date: 2011-03-02 15:20:49 UTC
  • mfrom: (429.1.1 trunk)
  • Revision ID: jelmer@samba.org-20110302152049-09hvrpnox41sr1au
Merge optional (broken) support for "json" module as alternative for "simplejson".

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
                  <img tal:attributes="src python:branch.static_url('/static/images/ico_branch.gif')" alt="Branch" />
29
29
                </td>
30
30
                <td class="autcell">
31
 
                    <a tal:attributes="href python:branch.static_url(project.name + '/' +  view.name)" 
 
31
                    <a tal:attributes="href python:branch.static_url(project.name + '/' +  view.name)"
32
32
                       tal:content="view/friendly_name" />
33
33
                </td>
34
34
                <td class="autcell"
43
43
                  </a>
44
44
                </td>
45
45
              </tr>
46
 
              <tr tal:condition="view/branch_url">
 
46
              <tr tal:condition="view/served_url">
47
47
                <td class="name">
48
48
                </td>
49
49
                <td class="description url" colspan="2">
50
 
                  <a tal:attributes="href view/branch_url"
51
 
                     tal:content="view/branch_url" />
 
50
                  <a tal:attributes="href view/served_url"
 
51
                     tal:content="view/served_url" />
52
52
                </td>
53
53
              </tr>
54
54
            </tal:block>