Skip to content

Commit

Permalink
Fix follower count history label
Browse files Browse the repository at this point in the history
  • Loading branch information
ginatrapani committed Jun 1, 2012
1 parent a650641 commit 6339376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/_lib/view/_insights.follower_count_history.tpl
Expand Up @@ -48,7 +48,7 @@ function drawChart{/literal}{$i->id}() {literal}{
{/literal}
</script>
{if $i->related_data.trend != 0}
Current growth rate: {if $i->related_data.trend > 0}<span style="color:green">+{else}<span style="color:red">{/if}{$i->related_data.trend|number_format}</span>/week
Current growth rate: {if $i->related_data.trend > 0}<span style="color:green">+{else}<span style="color:red">{/if}{$i->related_data.trend|number_format}</span>/{$i->related_data.milestone.units_of_time|lower}
{/if}
<br><br>

0 comments on commit 6339376

Please sign in to comment.