First work on the git browser.
This commit is contained in:
8
src/IDF/templates/source/base.html
Normal file
8
src/IDF/templates/source/base.html
Normal 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}
|
Reference in New Issue
Block a user