[PATCH 3 of 3] my pullrequests: line up internal handling with repository pullrequests

Mads Kiilerich mads at kiilerich.com
Mon Feb 23 10:34:46 EST 2015


On 02/21/2015 10:48 PM, Thomas De Schampheleire wrote:
> diff --git a/kallithea/templates/pullrequests/pullrequest_show_my_data.html b/kallithea/templates/pullrequests/pullrequest_show_my_data.html
> --- a/kallithea/templates/pullrequests/pullrequest_show_my_data.html
> +++ b/kallithea/templates/pullrequests/pullrequest_show_my_data.html
> @@ -1,4 +1,3 @@
> -${h.checkbox('show_closed',checked="checked" if c.show_closed else "", label=_('Show closed pull requests (in addition to open pull requests)'))}

This option is removed? or is it replaced by something else?

/Mads

>   <div class="pullrequests_section_head">${_('Pull Requests Created by Me')}</div>
>   <ul>
>     %if c.my_pull_requests:



More information about the kallithea-general mailing list