indefero/src/IDF/templates/source/base.html

10 lines
277 B
HTML
Raw Normal View History

2008-07-26 16:42:41 +00:00
{extends "base.html"}
{block tabsource} class="active"{/block}
{block subtabs}
<div id="sub-tabs">
{trans 'Source Tree'} |
<a href="{url 'IDF_Views_Source::changeLog', array($project.shortname, 'master')}">{trans 'Change Log'}</a>
2008-07-26 16:42:41 +00:00
</div>
{/block}
{block title}{$title}{/block}