diff --git a/webapp/_lib/view/dashboard.tpl b/webapp/_lib/view/dashboard.tpl index c863d7f52e..b4f7f495a8 100644 --- a/webapp/_lib/view/dashboard.tpl +++ b/webapp/_lib/view/dashboard.tpl @@ -125,11 +125,11 @@ {if $follower_count_history_by_day.history && $follower_count_history_by_week.history}
-

Follower Count By Day{if !$follower_count_history_by_day.history OR $follower_count_history_by_day.history|@count < 2}
Not enough data to display chart{else} {if $follower_count_history_by_day.trend}({if $follower_count_history_by_day.trend > 0}+{else}{/if}{$follower_count_history_by_day.trend|number_format}/day){/if}

+

Followers By Day{if !$follower_count_history_by_day.history OR $follower_count_history_by_day.history|@count < 2}
Not enough data to display chart{else} {if $follower_count_history_by_day.trend}({if $follower_count_history_by_day.trend > 0}+{else}{/if}{$follower_count_history_by_day.trend|number_format}/day){/if}

{/if}
-

Follower Count By Week{if !$follower_count_history_by_week.history OR $follower_count_history_by_week.history|@count < 2}
Not enough data to display chart
{else} {if $follower_count_history_by_week.trend != 0}({if $follower_count_history_by_week.trend > 0}+{else}{/if}{$follower_count_history_by_week.trend|number_format}/week){/if}

+

Followers By Week{if !$follower_count_history_by_week.history OR $follower_count_history_by_week.history|@count < 2}
Not enough data to display chart
{else} {if $follower_count_history_by_week.trend != 0}({if $follower_count_history_by_week.trend > 0}+{else}{/if}{$follower_count_history_by_week.trend|number_format}/week){/if}