Changeset - eaa36a2497a9
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-11-22 23:04:34
marcin@python-works.com
fixes #651 Pull request I participate - empty for some cases
fixed wrong if condition
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/admin/users/user_edit_my_account_pullrequests.html
Show inline comments
 
@@ -25,7 +25,7 @@
 

	
 
<div class="pullrequests_section_head" style="clear:both">${_('I participate in')}</div>
 
<ul>
 
    %if c.my_pull_requests:
 
    %if c.participate_in_pull_requests:
 
      %for pull_request in c.participate_in_pull_requests:
 
      <li>
 
        <div style="height: 12px">
0 comments (0 inline, 0 general)