mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +01:00
refactored breadcrumb management
This commit is contained in:
@@ -11,10 +11,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ul class="breadcrumb">
|
||||
<li><a href="{{ path('repository', {repo: repo}) }}">{{ repo }}</a> <span class="divider">/</span></li>
|
||||
<li>Commit {{ commit.getHash}} </li>
|
||||
</ul>
|
||||
{% include 'breadcrumb.twig' with {breadcrumbs: [{dir: "Commit #{commit.getHash}", path:''}]} %}
|
||||
|
||||
<div class="commit-view">
|
||||
<div class="commit-header">
|
||||
|
||||
Reference in New Issue
Block a user