mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +01:00
refactored the tree controller
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
<div class="commit-view">
|
||||
<div class="commit-header">
|
||||
<span class="pull-right"><a class="btn btn-small" href="{{ path('tree', {repo: repo, branch: commit.getHash}) }}" title="Browse code at this point in history"><i class="icon-list-alt"></i> Browse code</a></span>
|
||||
<span class="pull-right"><a class="btn btn-small" href="{{ path('branch', {repo: repo, branch: commit.getHash}) }}" title="Browse code at this point in history"><i class="icon-list-alt"></i> Browse code</a></span>
|
||||
<h4>{{ commit.getMessage }}</h4>
|
||||
</div>
|
||||
<div class="commit-body">
|
||||
|
||||
Reference in New Issue
Block a user