First work on the git browser.

This commit is contained in:
Loic d'Anterroches
2008-07-26 18:42:41 +02:00
parent 2e711bee8d
commit 876e206742
10 changed files with 356 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
{extends "base.html"}
{block tabsource} class="active"{/block}
{block subtabs}
<div id="sub-tabs">
{trans 'Source Tree'}
</div>
{/block}
{block title}{$title}{/block}