{% extends "app.html" %} {% block app_content %}
Run | {% if has_authors %}Author | {% endif %}Repository | {% if has_commits %}Commit | {% endif %}Machine | {% if has_reasons %}Reason | {% endif %}||
---|---|---|---|---|---|---|---|
{{ run.display_timestamp }} | {% if has_authors %}
{% if run.commit.author_avatar %}
|
{% endif %}
{{ run.commit.display_repository }} | {% if has_commits %} {% if run.commit.message %}{{ run.commit.message }} | {% else %}{{ run.commit.sha }} | {% endif %} {% endif %}{{ run.machine.name }} |
{% if has_reasons %}
{% if run.display_name %}
{{ run.display_name }} |
{% else %}
{% endif %} {% endif %} |