[PATCH 19/46] patch-list: Split the filter out of the patch table
Damien Lespiau
damien.lespiau at intel.com
Sun Nov 9 06:08:37 AEDT 2014
From: Belén Barros Peña <belen.barros.pena at intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
Signed-off-by: Belén Barros Peña <belen.barros.pena at intel.com>
---
templates/patchwork/patch-list.html | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/templates/patchwork/patch-list.html b/templates/patchwork/patch-list.html
index 575b6cd..41ea2b3 100644
--- a/templates/patchwork/patch-list.html
+++ b/templates/patchwork/patch-list.html
@@ -3,13 +3,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 %}
@@ -22,9 +20,9 @@
onClick="order_button_click(this)"/>
</form>
</td>
- {% endif %}
</tr>
</table>
+{% endif %}
{% if page.paginator.long_page and user.is_authenticated %}
<div class="floaty">
--
1.8.3.1
More information about the Patchwork
mailing list