rietveld/templates/diff_missing.html

2.1 KiB

{%extends "issue_base.html"%} {%block body%}

Side by Side diff: {{ filename }}

{%include "issue_star.html"%} Issue {{issue.key.id}}: {{issue.subject}} {%if issue.closed %} (Closed) {%endif%} {%if issue.base%}Base URL: {{issue.base}}{%endif%}
Patch Set: {%if patchset.message%}{{patchset.message}}{%endif%} Created {{patchset.created|timesince}} ago {%if patchset.url%}, Downloaded from: {{patchset.url}} {%endif%}
Left: Base {%for p in patchsets%} Patch Set {{forloop.counter}}: {{p.message}} {%endfor%}
Right: {%for p in patchsets%} Patch Set {{forloop.counter}}: {{p.message}} {%endfor%}

The selected patch doesn't exist in the selected patchset.

Use the patchset chooser above or go back to the issue page.

{%endblock%}