X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fpatchwork%2Fpatch-list.html;fp=templates%2Fpatchwork%2Fpatch-list.html;h=0000000000000000000000000000000000000000;hb=ad2762cf775a8dde508de47164d6429f3fd724f1;hp=675f67ff22885c7738d1b3235c3c360032c236f5;hpb=f09e982f58384946111d4157fd2b7c2b31b78612;p=patchwork diff --git a/templates/patchwork/patch-list.html b/templates/patchwork/patch-list.html deleted file mode 100644 index 675f67f..0000000 --- a/templates/patchwork/patch-list.html +++ /dev/null @@ -1,268 +0,0 @@ -{% load person %} -{% load listurl %} -{% load static %} - -{% include "patchwork/pagination.html" %} - - - - - - {% if order.editable %} - - {% endif %} - -
- {% include "patchwork/filters.html" %} - -
- {% csrf_token %} - - - - - -
-
- -{% if page.paginator.long_page and user.is_authenticated %} -
- -
-{% endif %} - -
-{% csrf_token %} - - - - - - {% if user.is_authenticated %} - - {% endif %} - - - - - - - - - - - - - - -{% if page.paginator.count %} - - {% for patch in page.object_list %} - - {% if user.is_authenticated %} - - {% endif %} - - - - - - - {% endfor %} - -
- - - {% ifequal order.name "name" %} - Patch - {% else %} - {% if not order.editable %} - Patch - {% else %} - Patch - {% endif %} - {% endifequal %} - - {% ifequal order.name "date" %} - Date - {% else %} - {% if not order.editable %} - Date - {% else %} - Date - {% endif %} - {% endifequal %} - - {% ifequal order.name "submitter" %} - Submitter - {% else %} - {% if not order.editable %} - Submitter - {% else %} - Submitter - {% endif %} - {% endifequal %} - - {% ifequal order.name "delegate" %} - Delegate - {% else %} - {% if not order.editable %} - Delegate - {% else %} - Delegate - {% endif %} - {% endifequal %} - - {% ifequal order.name "state" %} - State - {% else %} - {% if not order.editable %} - State - {% else %} - State - {% endif %} - {% endifequal %} -
- - {{ patch.name|default:"[no subject]" }}{{ patch.date|date:"Y-m-d" }}{{ patch.submitter|personify:project }}{{ patch.delegate.username }}{{ patch.state }}
- -{% include "patchwork/pagination.html" %} - -
- -{% if patchform %} -
-

Properties

- - - - - - - - - - - - - - - -
Change state: - {{ patchform.state }} - {{ patchform.state.errors }} -
Delegate to: - - {{ patchform.delegate }} - {{ patchform.delegate.errors }} -
Archive: - - {{ patchform.archived }} - {{ patchform.archived.errors }} -
- -
-
- -{% endif %} - -{% if user.is_authenticated %} -
-

Bundling

- - - - - - {% if bundles %} - - - - - {% endif %} - {% if bundle %} - - - - - {% endif %} -
Create bundle: - - -
Add to bundle: - - -
Remove from bundle: - - -
-
-{% endif %} - - -
-
-
- -{% else %} - - No patches to display - -{% endif %} - - -
-