~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/doc/badges.txt

  • Committer: Curtis Hovey
  • Date: 2011-12-22 17:24:23 UTC
  • mto: This revision was merged to the branch mainline in revision 14585.
  • Revision ID: curtis.hovey@canonical.com-20111222172423-b0hyny6w944eewhz
Fixed doc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
IHasBadges.  Here is the sample from the branch.zcml to illustrate.
196
196
 
197
197
  <adapter
198
 
      for="canonical.launchpad.interfaces.IBranch"
 
198
      for="lp.code.interfaces.branch.IBranch"
199
199
      provides="lp.app.browser.badge.IHasBadges"
200
200
      factory="lp.code.browser.branchlisting.BranchBadges"
201
201
      />