Changeset - 0dfe7eaf21cb
[Not reviewed]
beta
0 1 0
Mads Kiilerich - 13 years ago 2013-01-29 01:14:34
madski@unity3d.com
pull request: show summary and creation date in table
1 file changed with 15 insertions and 3 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/pullrequests/pullrequest_show.html
Show inline comments
 
@@ -69,11 +69,23 @@
 
              </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 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 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="overflow: auto;">
0 comments (0 inline, 0 general)