srchub-old

srchub-old Mercurial Source Tree


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

{extends "idf/base.html"}
{block tabreview} class="active"{/block}
{block subtabs}
<div id="sub-tabs">
<a {if $inOpenReviews}class="active" {/if}href="{url 'IDF_Views_Review::index', array($project.shortname)}">{trans 'Open Reviews'}</a> 
{if !$user.isAnonymous()} | <a {if $inCreate}class="active" {/if}href="{url 'IDF_Views_Review::create', array($project.shortname)}">{trans 'Start Code Review'}</a> {/if} 
{superblock}
</div>
{/block}
Source at commit fce053714a1c created 11 years 4 months ago.
By "Nathan Adams ", Updating public profile by writing new code that reduces queries and adds some more features - also fixes issue 13

Archive Download this file

Branches

Tags

Page rendered in 1.20967s using 11 queries.