srchub-old

srchub-old Mercurial Source Tree


Root/indefero/src/IDF/templates/idf/downloads/base.html

{extends "idf/base.html"}
{block tabdownloads} class="active"{/block}
{block subtabs}
<div id="sub-tabs">
<a {if $inDownloads}class="active" {/if}href="{url 'IDF_Views_Download::index', array($project.shortname)}">{trans 'Downloads'}</a> 
{if $isOwner or $isMember}
| <a {if $inCreate}class="active" {/if}href="{url 'IDF_Views_Download::create', array($project.shortname)}">{trans 'New Download'}</a> 
| <a {if $inCreateFromArchive}class="active" {/if}href="{url 'IDF_Views_Download::createFromArchive', array($project.shortname)}">{trans 'Upload Archive'}</a>
{/if}
</div>
{/block}
Source at commit 396b43869081 created 10 years 6 months ago.
By "Nathan Adams ", Adding new urls

Archive Download this file

Branches

Tags

Page rendered in 0.80463s using 11 queries.