diff --git a/app/views/timelog/report.html.erb b/app/views/timelog/report.html.erb index c798d48..05ad08b 100644 --- a/app/views/timelog/report.html.erb +++ b/app/views/timelog/report.html.erb @@ -27,7 +27,9 @@ <% end %> <% unless @report.criteria.empty? %> -<% unless @report.hours.empty? %> +<% if @report.hours.empty? %> +
<%= l(:label_no_data) %>
+<% else %>