diff --git a/app/views/projects/cycle_analytics/show.html.haml b/app/views/projects/cycle_analytics/show.html.haml index 608712c4d5be25377a49312356767e6add0567bf..160c8eaca723eca188422e463ebe99e352936860 100644 --- a/app/views/projects/cycle_analytics/show.html.haml +++ b/app/views/projects/cycle_analytics/show.html.haml @@ -4,14 +4,14 @@ - if issue = @cycle_analytics.issue = distance_of_time_in_words issue - else - <Not enough data> + = "<Not enough data>" %li.list-group-item Plan: - if plan = @cycle_analytics.plan = distance_of_time_in_words plan - else - <Not enough data> + = "<Not enough data>" %li.list-group-item Code: