diff --git a/rhodecode/templates/pullrequests/pullrequest_show.html b/rhodecode/templates/pullrequests/pullrequest_show.html --- a/rhodecode/templates/pullrequests/pullrequest_show.html +++ b/rhodecode/templates/pullrequests/pullrequest_show.html @@ -69,12 +69,24 @@ +
+
+ +
+
+
${h.literal(c.pull_request.description)}
+
+
+
+
+ +
+
+
${h.fmt_date(c.pull_request.created_on)}
+
+
-
${h.literal(c.pull_request.description)}
-
-
${_('Created on')}: ${h.fmt_date(c.pull_request.created_on)}
-
##DIFF