X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fpatchwork%2Fpatch.html;h=f18ee3b789e92de900f4814a79fb90027c693f03;hb=a48f76a2d3a98c21d4b37f19cf84073e77db55c8;hp=b9addc626d5c30036ad0802d91c1404b15eb2d9a;hpb=ddb04aaac7d9875f1dfd7970944dab6aa6557099;p=patchwork diff --git a/templates/patchwork/patch.html b/templates/patchwork/patch.html index b9addc6..f18ee3b 100644 --- a/templates/patchwork/patch.html +++ b/templates/patchwork/patch.html @@ -30,7 +30,7 @@ function toggle_headers(link_id, headers_id) - + @@ -43,10 +43,10 @@ function toggle_headers(link_id, headers_id) @@ -56,19 +56,19 @@ function toggle_headers(link_id, headers_id) - {% if patch.commit_ref %} - {% endif %} {% if patch.delegate %} - + + {% endif %} @@ -99,14 +99,14 @@ function toggle_headers(link_id, headers_id) - -
Submitter{{ patch.submitter|personify }}
{{ patch.submitter|personify:project }}
Date
Download - mbox {% if patch.content %}| - patch {% endif %} {{ patch.get_absolute_url }}
State + State {{ patch.state.name }}{% if patch.archived %}, archived{% endif %}
Commit + Commit {{ patch.commit_ref }}
Delegated to: - {{ patch.delegate.get_profile.name }}Delegated to:{{ patch.delegate.profile.name }}
Delegate to: + Delegate to: {{ patchform.delegate }} {{ patchform.delegate.errors }}
Archived: + Archived: {{ patchform.archived }} {{ patchform.archived.errors }} @@ -127,19 +127,6 @@ function toggle_headers(link_id, headers_id)

Bundling

- {% endif %}
Create bundle: @@ -175,31 +162,10 @@ function toggle_headers(link_id, headers_id)
-
{% endif %} -{% if actionsform %} -
-

Actions

- - - - - -
Ack: -
- {% csrf_token %} - - -
-
- -
- -{% endif %}
@@ -213,7 +179,7 @@ function toggle_headers(link_id, headers_id)

Comments

{% for comment in patch.comments %}
-
{{ comment.submitter|personify }} - {{comment.date}}
+
{{ comment.submitter|personify:project }} - {{comment.date}}
 {{ comment|commentsyntax }}