calls are currently done from within the tags-cloud template most of the time, which is ugly, but the way it works as of now.
9 lines
409 B
HTML
9 lines
409 B
HTML
{extends "idf/review/base.html"}
|
|
{block docclass}yui-t2{assign $inOpenReviews=true}{/block}
|
|
{block body}
|
|
{$reviews.render}
|
|
{if !$user.isAnonymous()}
|
|
{aurl 'url', 'IDF_Views_Review::create', array($project.shortname)}
|
|
<p><a href="{$url}"><img style="vertical-align: text-bottom;" src="{media '/idf/img/add.png'}" alt="+" align="bottom" /></a> <a href="{$url}">{trans 'Start Code Review'}</a></p>{/if}
|
|
{/block}
|