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


Hang on, we reloading big blames...
{% extends 'layout-page.twig' %}
{% set page = 'searchcommits' %}
{% block title %}P3X GitList{% endblock %}
{% block content %}
{% embed 'breadcrumb.twig' with {breadcrumbs: [{dir: 'Commits search results for: ' ~ query, path:''}]} %} {% block left %} {% if commits %} <button type="button" class="btn btn-primary btn-sm">Commits found: {{ commits | length }}</button> {% endif %} {% endblock %} {% endembed %}
{% include 'commits-list.twig' %}
{% endblock %}