Skip to content

Commit

Permalink
reverted last commit... testing required
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrego committed Feb 13, 2015
1 parent e916fb4 commit 7d45e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root/site/publicreports/sponsor_report.tt
Expand Up @@ -71,11 +71,11 @@
[%- IF c.user || row == "Genes" %]
[%- IF cache_param == "with_cache" %]
<b><a href="[%- c.uri_for( "/public_reports/cached_sponsor_report/${colname}",
{ species => species, cache_param => 'with_cache', type => 'full' }
{ species => species, cache_param => 'with_cache', type => 'simple' }
) %]" target="_blank">[%- countval %]</a></b></td>
[%- ELSE %]
<b><a href="[%- c.uri_for( "/public_reports/sponsor_report/${targeting_type}/${colname}/${row}",
{ species => species, cache_param => 'without_cache', type => 'full' }
{ species => species, cache_param => 'without_cache', type => 'simple' }
) %]" target="_blank">[%- countval %]</a></b></td>
[%- END %]
[%- ELSE %]
Expand Down

0 comments on commit 7d45e98

Please sign in to comment.