~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/templates/bugtask-index.pt

  • Committer: Ian Booth
  • Date: 2011-04-19 15:10:57 UTC
  • mfrom: (12868 devel)
  • mto: This revision was merged to the branch mainline in revision 12983.
  • Revision ID: ian.booth@canonical.com-20110419151057-he56y6k29c4zeiyk
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
296
296
                  class="warning message"
297
297
                  id="warning-comment-on-duplicate">
298
298
                  Remember, this bug report is a duplicate of
299
 
                    <a href="#" tal:attributes="href
300
 
                      context/bug/duplicateof/fmt:url">bug #<span
301
 
                      tal:replace="context/bug/duplicateof/id">42</span></a>.
 
299
      <a
 
300
        tal:define="duplicateof context/bug/duplicateof"
 
301
        tal:condition="duplicateof/required:launchpad.View"
 
302
        tal:attributes="href duplicateof/fmt:url; title
 
303
           duplicateof/title; style string:margin-right: 4px;
 
304
           id string:duplicate-of-warning-link;"
 
305
        tal:content="string:bug #${duplicateof/id}."
 
306
      >bug #42</a>
 
307
        <span
 
308
          tal:define="duplicateof context/bug/duplicateof"
 
309
          tal:condition="not:duplicateof/required:launchpad.View"
 
310
          tal:replace="string: a private bug." />
302
311
                  Comment here only if you think the duplicate status is wrong.
303
312
              </div>
304
313
              <h2>Add comment</h2>