Commit ce6bcdd0 authored by Timothy Andrew's avatar Timothy Andrew

Fix minor error in 'CycleAnalytics#show'

- <Not enough data> wasn't being displayed in the 'Issue' and 'Plan'
  sections.
parent df6c9c33
...@@ -4,14 +4,14 @@ ...@@ -4,14 +4,14 @@
- if issue = @cycle_analytics.issue - if issue = @cycle_analytics.issue
= distance_of_time_in_words issue = distance_of_time_in_words issue
- else - else
<Not enough data> = "<Not enough data>"
%li.list-group-item %li.list-group-item
Plan: Plan:
- if plan = @cycle_analytics.plan - if plan = @cycle_analytics.plan
= distance_of_time_in_words plan = distance_of_time_in_words plan
- else - else
<Not enough data> = "<Not enough data>"
%li.list-group-item %li.list-group-item
Code: Code:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment