{% extends "default.html" %} {% block headline %}
Blame
{% endblock %} {%- block styles %} {{super()}} {%- endblock styles %} {% block quit_content %} {{ render_branches_dropdown(current_ref, available_branches, available_tags)|safe }} {% if results|length > 0 %} {% for row in results %} {% endfor %}
Author Commit Subject Predicate Object Graph Date
{{ row.commit.author.name }} {{ row.commit.short_id }} {{ row.blame['s']|term_to_string }} {{ row.blame['p']|term_to_string }} {{ row.blame['o']|term_to_string }} {{ row.blame['context']|term_to_string }} {{ git_timestamp(row.commit.author.time, row.commit.author.offset) }}
{% else %} No results found {% endif %} {% endblock %} {% block scripts %} {{super()}} {% endblock %}