2008-07-26 16:42:41 +00:00
|
|
|
{extends "base.html"}
|
|
|
|
{block tabsource} class="active"{/block}
|
|
|
|
{block subtabs}
|
|
|
|
<div id="sub-tabs">
|
2008-07-27 15:43:51 +00:00
|
|
|
<a {if $inSourceTree}class="active" {/if}href="{url 'IDF_Views_Source::treeBase', array($project.shortname, 'master')}">{trans 'Source Tree'}</a> |
|
|
|
|
<a {if $inChangeLog}class="active" {/if}href="{url 'IDF_Views_Source::changeLog', array($project.shortname, 'master')}">{trans 'Change Log'}</a>
|
2008-07-28 20:09:17 +00:00
|
|
|
{if $inCommit}| {trans 'Commit'}{/if}
|
2008-07-26 16:42:41 +00:00
|
|
|
</div>
|
|
|
|
{/block}
|
|
|
|
{block title}{$title}{/block}
|