{% extends 'layout-page.twig' %}
{% set page = 'commits' %}
{% block title %}P3X GitList{% endblock %}
{% block content %}
{% embed 'breadcrumb.twig' with {breadcrumbs: [{dir: 'Commit history', path:''}]} %}
{% block left %}
{% if file != '' %}
{% if binary %}
Download
{% else %}
Raw
{% endif %}
Blame
View file
History
{% endif %}
{% endblock %}
{% endembed %}
{% include 'commits-list.twig' %}
{% endblock %}