{% extends "default.html" %} {% block headline %}
Commits
{% endblock %} {% block quit_content %} {% if githubEnabled() %}
{% if isLoggedIn() %} You are Logged in To GitHub (logout) {% else %} Login with GitHub {% endif %}
{% endif %}
{{ render_branches_dropdown(current_ref, available_branches, available_tags)|safe }}
{% if results|length > 0 %}
{% for row in results %} {% endfor %}
Author Commit Message Date
{{ row.author.name }} {{ row.short_id }} {{ row.message }} {{ git_timestamp(row.author.time, row.author.offset) }}
{% else %} No commits {% endif %} {% endblock %} {% block scripts %} {{super()}} {% endblock %}