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:
parent
00f709ad4d
commit
1d9caa46b1
@ -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>
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
|
||||
<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)) %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user