~ubuntu-branches/ubuntu/lucid/loggerhead/lucid-security

« back to all changes in this revision

Viewing changes to loggerhead/templates/browse.pt

  • Committer: Bazaar Package Importer
  • Author(s): James Westby, Roland Mas, Jelmer Vernooij, James Westby
  • Date: 2009-08-26 13:18:03 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090826131803-0ce1fhaetci8b0c5
Tags: 1.17-0ubuntu1
[ Roland Mas ]
* Use the YUI library provided by libjs-yui. (Closes: #511286)

[ Jelmer Vernooij ]
* Use my debian.org address in Uploaders field.
* Add ${misc:Depends} to please lintian.
* Suggest recent version of paste, which doesn't expose internal port
  numbers in links. (Closes: #507000)
* Bump standards version to 3.8.1.

[ James Westby ]
* New upstream release.
* Drop get-orig-source rule in favour of debian/watch.
* Add python-pkg-resources and python-paste to Build-Depends,
  python-pkg-resources to Depends and python-simplejson to
  Recommends due to dependency changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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>