{# Copyright 2012 Pierre Krieger This code is under MIT license. See the LICENSE file. #} {% extends "@niysuAdminSite/main.htm" %} {% block body %} {% if branches == null %}

Problem

Could not find Git.

This page allows you to show various informations about the current branch of a web project.

{% else %}

Operations

Branches

Current branch log

{{ log | join("\r\n") }}
{% endif %} {% endblock %}