Changeset - 99cb0cf75a4c
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-01-29 22:49:04
marcin@python-works.com
some formatting on list of pull-requests
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/pullrequests/pullrequest_show_all.html
Show inline comments
 
@@ -22,7 +22,7 @@
 

	
 
    %for pr in c.pull_requests:
 
        <div>
 
          <h4>
 
          <h4  style="border:0px;padding:0px">
 
          %if pr.is_closed():
 
          <img src="${h.url('/images/icons/tick.png')}" alt="${_('Closed')}" />
 
          %endif
 
@@ -32,6 +32,7 @@
 
          </h4>
 
          <h5 style="border:0px;padding-bottom:0px">${_('Title')}: ${pr.title}</h5>
 
          <div style="padding:0px 24px">${pr.description}</div>
 
          <div style="border-bottom: 1px solid #DDD;margin:10px 20px;padding-bottom:10px"></div>
 
        </div>
 
    %endfor
 

	
0 comments (0 inline, 0 general)