~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/templates/bug-portlet-actions.pt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-04-18 05:27:34 UTC
  • mfrom: (12796.1.10 private-bugs-404)
  • Revision ID: launchpad@pqm.canonical.com-20110418052734-c4t1t2p9usmuw2ue
[incr] [r=danilo][bug=434733] Fixes links to private bugs so that
        they're only text if the user can't see the bug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
      >bug #42</a>
43
43
        <span
44
44
          tal:condition="not:duplicateof/required:launchpad.View"
45
 
          tal:replace="string:bug #${duplicateof/id}" />
 
45
          tal:replace="string:a private bug" />
46
46
    </span>
47
47
    </tal:block>
48
48
  </div>