~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/templates/questionmessage-display.pt

  • Committer: j.c.sackett
  • Date: 2011-04-29 18:03:41 UTC
  • mto: (12929.9.1 apocalyptic-messages-0)
  • mto: This revision was merged to the branch mainline in revision 13004.
  • Revision ID: jonathan.sackett@canonical.com-20110429180341-1ga9trb75qwav34k
Removed condition on displaying spam link, as it needs to be reworked.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    </form>
43
43
  </div>
44
44
  
45
 
  <div class="boardCommentFooter"
46
 
    tal:condition="not: context/visible">
47
 
    <a href="#">Mark as spam</a>
 
45
  <div class="boardCommentFooter">
 
46
    <a id="mark-spam" href="#">Mark as spam</a>
48
47
  </div>
49
48
</div>
50
49
</tal:root>