# HG changeset patch # User Mads Kiilerich # Date 2013-01-29 00:14:34 # Node ID 0dfe7eaf21cb2575e62a2828075a698936370d51 # Parent ed2fa8b1ccca33c180d7fe1a2eef69370f101451 pull request: show summary and creation date in table 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