comparison rhodecode/templates/pullrequests/pullrequest_data.html @ 4023:e29b927d4de4

pullrequest: indent PR descriptions in overview
author Mads Kiilerich <madski@unity3d.com>
date Tue, 04 Jun 2013 14:01:57 +0200
parents 7d988c308533
children 73ef2a5d3042
comparison
equal deleted inserted replaced
4022:4a0bce848ed8 4023:e29b927d4de4
10 %if pr.is_closed(): 10 %if pr.is_closed():
11 <span class="pr-closed-tag">${_('Closed')}</span> 11 <span class="pr-closed-tag">${_('Closed')}</span>
12 %endif 12 %endif
13 </div> 13 </div>
14 <h5 style="border:0px;padding-bottom:0px">${_('Title')}: ${pr.title}</h5> 14 <h5 style="border:0px;padding-bottom:0px">${_('Title')}: ${pr.title}</h5>
15 <div>${pr.description}</div> 15 <div class="pr-desc">${pr.description}</div>
16 </div> 16 </div>
17 % endfor 17 % endfor
18 18
19 19
20 <div class="notification-paginator"> 20 <div class="notification-paginator">