Message ID | 1440440620-25937-19-git-send-email-damien.lespiau@intel.com |
---|---|
State | Changes Requested |
Headers | show |
> From: Belén Barros Peña <belen.barros.pena@intel.com> > > Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> > Signed-off-by: Belén Barros Peña <belen.barros.pena@intel.com> This loses all its spacing when you do this. However, I can only presume you fix this later in the series. Until I find otherwise, Acked-by: Stephen Finucane <stephen.finucane@intel.com>
diff --git a/patchwork/templates/patchwork/patch-list.html b/patchwork/templates/patchwork/patch-list.html index cd691ae..6d57a66 100644 --- a/patchwork/templates/patchwork/patch-list.html +++ b/patchwork/templates/patchwork/patch-list.html @@ -7,13 +7,11 @@ {% include "patchwork/pagination.html" %} +{% include "patchwork/filters.html" %} +{% if order.editable %} <table class="patchlist"> <tr> - <td class="patchlistfilters"> - {% include "patchwork/filters.html" %} - </td> - {% if order.editable %} <td class="patchlistreorder"> <form method="post" id="reorderform"> {% csrf_token %} @@ -26,9 +24,9 @@ onClick="order_button_click(this)"/> </form> </td> - {% endif %} </tr> </table> +{% endif %} {% if page.paginator.long_page and user.is_authenticated %} <div class="floaty">