diff --git a/src/IDF/templates/idf/downloads/index.html b/src/IDF/templates/idf/downloads/index.html index f5b6c4b..9a25555 100644 --- a/src/IDF/templates/idf/downloads/index.html +++ b/src/IDF/templates/idf/downloads/index.html @@ -9,6 +9,7 @@ {/block} {block context}
{trans 'Number of files:'} {$downloads.nb_items}
+{assign $cloud_url = 'IDF_Views_Download::listLabel'} {assign $cloud = 'downloads'} {include 'idf/tags-cloud.html'} {if $deprecated > 0} diff --git a/src/IDF/templates/idf/issues/index.html b/src/IDF/templates/idf/issues/index.html index ac1e1fb..e3b2d2a 100644 --- a/src/IDF/templates/idf/issues/index.html +++ b/src/IDF/templates/idf/issues/index.html @@ -12,6 +12,7 @@ {aurl 'closed_url', 'IDF_Views_Issue::listStatus', array($project.shortname, 'closed')} {blocktrans}Open issues: {$open}
Closed issues: {$closed}
{/blocktrans} +{assign $cloud_url = 'IDF_Views_Issue::listLabel'} {assign $cloud = 'issues'} {include 'idf/tags-cloud.html'} {/block} diff --git a/src/IDF/templates/idf/tags-cloud.html b/src/IDF/templates/idf/tags-cloud.html index cdf375e..353b9c5 100644 --- a/src/IDF/templates/idf/tags-cloud.html +++ b/src/IDF/templates/idf/tags-cloud.html @@ -1,6 +1,6 @@ {assign $class = ''}{assign $i = 0}