##// END OF EJS Templates
pull request: show summary and creation date in table
Mads Kiilerich -
r3248:0dfe7eaf beta
parent child Browse files
Show More
@@ -69,12 +69,24 b''
69 </div>
69 </div>
70 </div>
70 </div>
71 </div>
71 </div>
72 <div class="field">
73 <div class="label-summary">
74 <label>${_('Summary')}:</label>
75 </div>
76 <div class="input">
77 <div style="white-space:pre-wrap">${h.literal(c.pull_request.description)}</div>
78 </div>
79 </div>
80 <div class="field">
81 <div class="label-summary">
82 <label>${_('Created on')}:</label>
83 </div>
84 <div class="input">
85 <div>${h.fmt_date(c.pull_request.created_on)}</div>
86 </div>
87 </div>
72 </div>
88 </div>
73 </div>
89 </div>
74 <div style="white-space:pre-wrap;padding:3px 3px 5px 20px">${h.literal(c.pull_request.description)}</div>
75 <div style="padding:4px 4px 10px 20px">
76 <div>${_('Created on')}: ${h.fmt_date(c.pull_request.created_on)}</div>
77 </div>
78
90
79 <div style="overflow: auto;">
91 <div style="overflow: auto;">
80 ##DIFF
92 ##DIFF
General Comments 0
You need to be logged in to leave comments. Login now