~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/mail/codereviewcomment.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-05 12:11:26 UTC
  • mfrom: (13851.1.1 merge-review-mail-824487)
  • Revision ID: launchpad@pqm.canonical.com-20110905121126-73llgv10qndze2mb
[r=adeuring][bug=824487] Adds a new line between Review status and
        code review comment

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
                vote_tag = ''
93
93
            else:
94
94
                vote_tag = ' ' + self.code_review_comment.vote_tag
95
 
            self.body_prefix = 'Review: %s%s\n' % (
 
95
            self.body_prefix = 'Review: %s%s\n\n' % (
96
96
                self.code_review_comment.vote.title, vote_tag)
97
97
        self.body_main = self.message.text_contents
98
98
        self.proposal_url = canonical_url(self.merge_proposal)