Fix url in the tag cloud

This commit is contained in:
William MARTIN
2011-02-24 08:58:43 +01:00
parent 6f1bb309d4
commit 9c80de19d7
4 changed files with 4 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
{aurl 'closed_url', 'IDF_Views_Issue::listStatus', array($project.shortname, 'closed')}
{blocktrans}<p><strong>Open issues:</strong> <a href="{$open_url}">{$open}</a></p>
<p><strong>Closed issues:</strong> <a href="{$closed_url}">{$closed}</a></p>{/blocktrans}
{assign $cloud_url = 'IDF_Views_Issue::listLabel'}
{assign $cloud = 'issues'}
{include 'idf/tags-cloud.html'}
{/block}