diff mbox

[18/51] patch-list: Split the filter out of the patch table

Message ID 1440440620-25937-19-git-send-email-damien.lespiau@intel.com
State Changes Requested
Headers show

Commit Message

Damien Lespiau Aug. 24, 2015, 6:23 p.m. UTC
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>
---
 patchwork/templates/patchwork/patch-list.html | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Comments

Stephen Finucane Sept. 9, 2015, 2:53 p.m. UTC | #1
> 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 mbox

Patch

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">