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


Hang on, we reloading big blames...
{% block extra %}{% endblock %}
<ol class="breadcrumb" style="margin-bottom: 0;">
<li><a href="{{ path('tree', {repo: repo, commitishPath: branch}) }}">{{ repo }}</a></li>
{% for breadcrumb in breadcrumbs %}
<li{% if loop.last %} class="active"{% endif %}>{% if not loop.last %}<a href="{{ path('tree', {repo: repo, commitishPath: branch ~ '/' ~ breadcrumb.path}) }}">{{ breadcrumb.dir }}</a>{% endif %}{% if loop.last %}{{ breadcrumb.dir }}{% endif %}</li>
{% endfor %}
</ol>
<div class="p3x-gitlist-breadcrumb-divider"></div>