From 1d9caa46b1f1d4a8b65f59895a7234f76348ef7a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Thu, 21 Jul 2016 17:49:00 +0000 Subject: [PATCH] Changes required by functional tests updates. git-svn-id: http://svn.redmine.org/redmine/trunk@15726 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/timelog/report.html.erb | 4 +++- app/views/users/index.html.erb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/timelog/report.html.erb b/app/views/timelog/report.html.erb index c798d4873..05ad08b93 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 %>
diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb index c32b46a9c..165f26d46 100644 --- a/app/views/users/index.html.erb +++ b/app/views/users/index.html.erb @@ -23,7 +23,7 @@  
-
+
<%= sort_header_tag('login', :caption => l(:field_login)) %> <%= sort_header_tag('firstname', :caption => l(:field_firstname)) %> -- 2.39.5