{% extends 'base.html' %} {% block title %}Commits{% endblock %} {% block content %} {% macro commit_link(ltext, lclass='', apage=None, alimit=None, astatus_filter=None) %} {{ltext|safe}} {% endmacro %}
{% if page > 1 %} {{ commit_link('previous', apage=page-1) }} {% endif %} {% if commits.wrapped_count(False) >= limit %} {{ commit_link('next', apage=page+1) }} {% endif %}
Showing {{limit}} results per page: {% if limit != 10 %} {{ commit_link('10', alimit=10) }} | {% endif %} {% if limit != 25 %} {{ commit_link('25', alimit=25) }} | {% endif %} {% if limit != 50 %} {{ commit_link('50', alimit=50) }} {% endif %}
Author Date | Author | Branch | Message | Status | Actions |
---|---|---|---|---|---|
{{c.author_date}} | {{c.author_name}} | {{c.branch}} | {{c.message}} | {{c.status}} | View |