]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
patch-list: Split the filter out of the patch table
authorBelén Barros Peña <belen.barros.pena@intel.com>
Sat, 27 Sep 2014 20:54:47 +0000 (21:54 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 5 Nov 2015 03:51:35 +0000 (03:51 +0000)
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Belén Barros Peña <belen.barros.pena@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
patchwork/templates/patchwork/patch-list.html

index cd691aebd988a0a33bbf7af5ac85ede991857e45..6d57a667e3d250f7e1cac1db64a0352203731ff8 100644 (file)
@@ -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">