The tag cloud was fixed to "issues" for both, the open and closed issue list

which is clearly wrong.
This commit is contained in:
Thomas Keller
2011-10-02 00:05:08 +02:00
parent a2c832a130
commit e7c2e721b4
3 changed files with 10 additions and 8 deletions

View File

@@ -13,6 +13,5 @@
{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}