{% load djblets_js i18n %} {% comment %} This template should be kept in sync with the templates in: - templates/reviews/commit_list_field.html - static/rb/js/diffviewer/views/diffCommitListView.es6.js so that they render items identically. {% endcomment %}
{% trans "Summary" %} | {% if include_author_name %}{% trans "Author" %} | ||
---|---|---|---|
- | {% if to_expand %}{% if commit.pk in to_expand %} | {% endif %} {% endif %}{{commit.summary}} |
{% if include_author_name %}
{{commit.author_name}} | {% endif %}
+ | {% if to_expand %}{% if commit.pk in to_expand %} | {% endif %} {% endif %}{{commit.summary}} |
{% if include_author_name %}
{{commit.author_name}} | {% endif %}