X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fpatchwork%2Fpatch-list.html;h=770f0051ea83e50f9d6f2494bc7da31972d0ab11;hb=e3f9cdfdfa96f5074a31fe2de0caf0ac52b1aff9;hp=0a15e9c7b39eec98aa11095afa55df8b3ab0661e;hpb=c561ebe710d6e6a43aa4afc6c2036a215378ce87;p=patchwork diff --git a/templates/patchwork/patch-list.html b/templates/patchwork/patch-list.html index 0a15e9c..770f005 100644 --- a/templates/patchwork/patch-list.html +++ b/templates/patchwork/patch-list.html @@ -9,6 +9,20 @@ {% include "patchwork/filters.html" %} + {% if order.editable %} + +
+ {% csrf_token %} + + + + + +
+ + {% endif %} @@ -20,67 +34,124 @@ {% endif %}
+{% csrf_token %} - - - {% if patchform or bundle %} - - - - - - - +
- {% endif %} - - - {% ifequal order.name "name" %} - Patch - {% else %} - Patch - {% endifequal %} - - {% ifequal order.name "date" %} - Date - {% else %} - Date - {% endifequal %} - - {% ifequal order.name "submitter" %} - Submiter - {% else %} - Submitter - {% endifequal %} - - {% ifequal order.name "state" %} - State - {% else %} - State - {% endifequal %} -
+ + + {% if user.is_authenticated %} + + {% endif %} + + + + + + + + + + - + + {% if page %} + {% for patch in page.object_list %} - - {% if patchform or bundle %} + + {% if user.is_authenticated %} {% endif %} + >{{ patch.name|default:"[no subject]" }} + {% 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 }} {{ patch.date|date:"Y-m-d" }} {{ patch.submitter|personify }}{{ patch.delegate.username }} {{ patch.state }}
{% include "patchwork/pagination.html" %} @@ -115,7 +186,7 @@ - + @@ -127,15 +198,6 @@

Bundling

-
Create bundle: