]> source.dussan.org Git - redmine.git/commitdiff
Changes required by functional tests updates.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 21 Jul 2016 17:49:00 +0000 (17:49 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 21 Jul 2016 17:49:00 +0000 (17:49 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@15726 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/timelog/report.html.erb
app/views/users/index.html.erb

index c798d4873733d3dbafcab156dbc73240c0c8e953..05ad08b93236c6c14a8db5bf651e84412ccdc0a8 100644 (file)
@@ -27,7 +27,9 @@
 <% end %>
 
 <% unless @report.criteria.empty? %>
-<% unless @report.hours.empty? %>
+<% if @report.hours.empty? %>
+<p class="nodata"><%= l(:label_no_data) %></p>
+<% else %>
 <div class="autoscroll">
 <table class="list" id="time-report">
 <thead>
index c32b46a9c833fd6befee7e2bad0b9204382f6b25..165f26d4689f27623d86ba9ded7e577642796b10 100644 (file)
@@ -23,7 +23,7 @@
 &nbsp;
 
 <div class="autoscroll">
-<table class="list">
+<table class="list users">
   <thead><tr>
   <%= sort_header_tag('login', :caption => l(:field_login)) %>
   <%= sort_header_tag('firstname', :caption => l(:field_firstname)) %>