RSS Git Download  Clone
Raw View History
Blames found: 12 Mode: twig Binary: false


Hang on, we reloading big blames...
{% extends 'layout_page.twig' %}
{% set page = 'commits' %}
{% block title %}GitList{% endblock %}
{% block content %}
{% include 'breadcrumb.twig' with {breadcrumbs: [{dir: 'Commit history', path:''}]} %}
{% include 'commits_list.twig' %}
<hr />
{% endblock %}