changeset 3248:0dfe7eaf21cb beta

pull request: show summary and creation date in table
author Mads Kiilerich <madski@unity3d.com>
date Tue, 29 Jan 2013 01:14:34 +0100
parents ed2fa8b1ccca
children 0cbf8a502a49
files rhodecode/templates/pullrequests/pullrequest_show.html
diffstat 1 files changed, 16 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/pullrequests/pullrequest_show.html	Mon Jan 28 23:51:59 2013 +0100
+++ b/rhodecode/templates/pullrequests/pullrequest_show.html	Tue Jan 29 01:14:34 2013 +0100
@@ -69,12 +69,24 @@
               </div>
           </div>
          </div>
+         <div class="field">
+          <div class="label-summary">
+              <label>${_('Summary')}:</label>
+          </div>
+          <div class="input">
+              <div style="white-space:pre-wrap">${h.literal(c.pull_request.description)}</div>
+          </div>
+         </div>
+         <div class="field">
+          <div class="label-summary">
+              <label>${_('Created on')}:</label>
+          </div>
+          <div class="input">
+              <div>${h.fmt_date(c.pull_request.created_on)}</div>
+          </div>
+         </div>
       </div>
     </div>
-    <div style="white-space:pre-wrap;padding:3px 3px 5px 20px">${h.literal(c.pull_request.description)}</div>
-    <div style="padding:4px 4px 10px 20px">
-      <div>${_('Created on')}: ${h.fmt_date(c.pull_request.created_on)}</div>
-    </div>
 
     <div style="overflow: auto;">
       ##DIFF