mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-09 09:01:31 +00:00
Show message for empty results on time entries.
git-svn-id: http://svn.redmine.org/redmine/trunk@15763 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
baaa15ebdd
commit
19109f6f64
@ -10,7 +10,9 @@
|
||||
<%= render :partial => 'date_range' %>
|
||||
<% end %>
|
||||
|
||||
<% unless @entries.empty? %>
|
||||
<% if @entries.empty? %>
|
||||
<p class="nodata"><%= l(:label_no_data) %></p>
|
||||
<% else %>
|
||||
<%= render_query_totals(@query) %>
|
||||
<%= render :partial => 'list', :locals => { :entries => @entries }%>
|
||||
<span class="pagination"><%= pagination_links_full @entry_pages, @entry_count %></span>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user