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


Hang on, we reloading big blames...
<ul class="breadcrumb"> <li><a href="{{ path('repository', {repo: repo}) }}">{{ repo }}</a></li> {% for breadcrumb in breadcrumbs %}
<span class="divider">/</span>
<li{% if loop.last %} class="active"{% endif %}>{% if not loop.last %}<a href="{{ path('tree', {repo: repo, commitish_path: branch ~ '/' ~ breadcrumb.path}) }}">{{ breadcrumb.dir }}</a>{% endif %}{% if loop.last %}{{ breadcrumb.dir }}{% endif %}</li>
{% endfor %} {% block extra %}{% endblock %} </ul>