{% extends "base.html" %} {% load syntax %} {% load person %} {% load patch %} {% load truncate %} {% block title %}{{patch.name}}{% endblock %} {% block heading %}{{patch.name|truncate:70}}{%endblock%} {% block body %}
Submitter | {{ patch.submitter|personify }} | ||
---|---|---|---|
Subject | {{ patch.name }} | ||
Date | {{ patch.date }} | ||
List thread | {{patch.msgid}} | {% else %}Gerrit change | {{patch.gerrit_change.gerrit_id }} | {% endif %}
Project | {{project.name}} | ||
State | {{ patch.state.name }}{% if patch.archived %}, archived{% endif %} | ||
Last updated | {{ patch.date_last_state_change }} | ||
Commit {% if patch.project.commit_url %} | {{ patch.commit_ref }} | {% else %}{{ patch.commit_ref }} | {% endif %}|
Delegated to: | {{ patch.delegate.get_profile.name }} | ||
Headers | show |
Create bundle: |
{% if createbundleform.non_field_errors %}
|
Add to bundle: |
This represents an AOSP change submitted via Gerrit; it is mirrored here so that it is included in our statistics. You can see the actual patch and discussions around it on Gerrit's change #{{ patch.gerrit_change.gerrit_id }}.
{% endif %} {% if patch.pull_url %}{{ patch|patchsyntax }}