~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/stories/ppa/xx-ppa-navigation.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-07-12 01:56:30 UTC
  • mfrom: (13404.1.1 revert-13392)
  • Revision ID: launchpad@pqm.canonical.com-20110712015630-mzy3uu3ujp5pqi9e
[release-critical=wgrant][r=wgrant][rollback=13392] Revert r13392. It
 breaks when there are multiple batchnavs on a single page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
The 'First' and 'Previous' links, however, are now active.
180
180
 
181
181
    >>> anon_browser.getLink('First').url
182
 
    'http://launchpad.dev/%7Ecprov/+archive/ppa/+index?batch=1'
 
182
    'http://launchpad.dev/%7Ecprov/+archive/ppa/+index?start=0&batch=1'
183
183
 
184
184
    >>> anon_browser.getLink('Previous').url
185
 
    'http://launchpad.dev/%7Ecprov/+archive/ppa/+index?batch=1&direction=backwards&memo=2&start=1'
 
185
    'http://launchpad.dev/%7Ecprov/+archive/ppa/+index?start=1&batch=1'
186
186