~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/templates/bugcomment-box.pt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-02 07:59:34 UTC
  • mfrom: (13827.2.4 patch-edit-684548)
  • Revision ID: launchpad@pqm.canonical.com-20110902075934-zx9367ou8oxlzq6f
[r=danilo][bug=684548] Add an edit button in the inline comments for
 attachments

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
        <a tal:attributes="href python: view.proxiedUrlOfLibraryFileAlias(attachment)"
62
62
            tal:content="attachment/title"
63
63
            class="sprite download-icon">foo.txt</a>
 
64
        <a tal:attributes="href attachment/fmt:url" alt="edit" class="sprite edit"></a>
64
65
        (<span
65
66
           tal:replace="attachment/libraryfile/content/filesize/fmt:bytes" />,
66
67
        <span tal:replace="attachment/libraryfile/mimetype" />)
71
72
      <li tal:repeat="attachment comment/patches" class="download-attachment">
72
73
        <a tal:attributes="href python: view.proxiedUrlOfLibraryFileAlias(attachment)"
73
74
           tal:content="attachment/title" class="sprite haspatch-icon">foo.txt</a>
 
75
        <a tal:attributes="href attachment/fmt:url" alt="edit" class="sprite edit"></a>
74
76
        (<span
75
77
           tal:replace="attachment/libraryfile/content/filesize/fmt:bytes" />,
76
78
        <span tal:replace="attachment/libraryfile/mimetype" />)