{% load i18n %} {% comment %} This template should be kept in sync with the templates in: - static/rb/js/diffviewer/views/diffCommitListView.es6.js so that they render items identically. {% endcomment %}
{% if show_commits_diff %} {% endif %} {% if include_author_name %} {% endif %} {% for commit in commits %} {% if show_commits_diff %} {% endif %} {% if include_author_name %} {% endif %} {% endfor %} {% if show_commits_diff %} {% for commit in new_commits %} {% if show_commits_diff %} {% endif %} {% if include_author_name %} {% endif %} {% endfor %} {% endif %}
{% trans "Summary" %} {% trans "ID" %}{% trans "Author" %}
{% if commit.commit_message_body %}
{{commit.summary}}
{{commit.commit_message_body}}
{% else %}
{{commit.summary}}
{% endif %}
{{commit.commit_id}}{{commit.author_name}}
{% if commit.commit_message_body %}
{{commit.summary}}
{{commit.commit_message_body}}
{% else %}
{{commit.summary}}
{% endif %}
{{commit.commit_id}}{{commit.author_name}}