[PATCH 18/51] patch-list: Split the filter out of the patch table
Damien Lespiau
damien.lespiau at intel.com
Tue Aug 25 04:23:07 AEST 2015
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>
---
patchwork/templates/patchwork/patch-list.html | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
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">
--
2.1.0
More information about the Patchwork
mailing list