diff --git a/rhodecode/templates/changeset/changeset_file_comment.html b/rhodecode/templates/changeset/changeset_file_comment.html --- a/rhodecode/templates/changeset/changeset_file_comment.html +++ b/rhodecode/templates/changeset/changeset_file_comment.html @@ -115,9 +115,8 @@ ${(_('Comments parsed using %s syntax with %s support.') % (('RST' % h.url('rst_help')), '@mention' % _('Use @username inside this text to send notification to this RhodeCode user')))|n} - | ${_('change status')} + | - -

${_('Title')}: ${c.pull_request.title}

-
+

${_('Title')}: ${c.pull_request.title} +
%if c.current_changeset_status: -
[${h.changeset_status_lbl(c.current_changeset_status)}]
-
+
[${h.changeset_status_lbl(c.current_changeset_status)}]
+
%endif -
-
-
${h.fmt_date(c.pull_request.created_on)}
+
+

+
${h.literal(c.pull_request.description)}
+
+
${_('Created on')}: ${h.fmt_date(c.pull_request.created_on)}
## REVIEWERS @@ -43,7 +45,7 @@ %for user,status in c.pull_request_reviewers:
  • -
    +
    gravatar
    @@ -58,7 +60,7 @@ ##DIFF
    -
    ${h.literal(c.pull_request.description)}
    +
    ${_('Compare view')}
    ##CS @@ -99,9 +101,4 @@
    - -