1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-28 11:21:14 +00:00

Changes required by functional tests updates.

git-svn-id: http://svn.redmine.org/redmine/trunk@15726 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-07-21 17:49:00 +00:00
parent 00f709ad4d
commit 1d9caa46b1
2 changed files with 4 additions and 2 deletions

View 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>

View 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)) %>