Changeset - dde94c758087
[Not reviewed]
default
1 1 0
Mads Kiilerich - 10 years ago 2015-09-03 21:43:20
madski@unity3d.com
pull requests: inline pullrequest_show_my_data

Remove unnecessary "abstraction".
2 files changed with 7 insertions and 8 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/pullrequests/pullrequest_show_my.html
Show inline comments
 
<%inherit file="/base/base.html"/>
 

	
 
<%namespace name="pullrequest_data" file="pullrequest_data.html"/>
 

	
 
<%block name="title">
 
    ${_('My Pull Requests')}
 
</%block>
 
@@ -30,7 +32,11 @@
 
        </div>
 
    </div>
 

	
 
    <%include file='pullrequest_show_my_data.html'/>
 
    <div class="pullrequests_section_head">${_('Pull Requests Created by Me')}</div>
 
    ${pullrequest_data.pullrequest_overview(c.my_pull_requests)}
 

	
 
    <div class="pullrequests_section_head" style="clear:both">${_('Pull Requests I Participate In')}</div>
 
    ${pullrequest_data.pullrequest_overview(c.participate_in_pull_requests)}
 

	
 
</div>
 
</%def>
kallithea/templates/pullrequests/pullrequest_show_my_data.html
Show inline comments
 
deleted file
0 comments (0 inline, 0 general)