refactored the tree controller

This commit is contained in:
Fabien Potencier
2012-07-06 22:57:30 +02:00
parent 9f837611b5
commit cddca4683a
7 changed files with 42 additions and 57 deletions

View File

@@ -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">