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 5c2b18c35bc6 created 10 years 11 months ago.
By Nathan Adams, Fixing issue 59 with blank passwords being accepted

Archive Download this file

Branches

Tags

Page rendered in 3.53884s using 11 queries.