Patch #18399 » 18399-missing_next_link.patch
| app/views/activities/index.html.erb | ||
|---|---|---|
| 29 | 29 |
<div style="float:right;"> |
| 30 | 30 |
<%= link_to_content_update(l(:label_next) + " \xc2\xbb", |
| 31 | 31 |
params.merge(:from => @date_to + @days - 1), |
| 32 |
:title => l(:label_date_from_to, :start => format_date(@date_to), :end => format_date(@date_to + @days - 1))) unless @date_to >= Date.today %>
|
|
| 32 |
:title => l(:label_date_from_to, :start => format_date(@date_to), :end => format_date(@date_to + @days - 1))) unless @date_to > Date.today %> |
|
| 33 | 33 |
</div> |
| 34 | 34 |
|
| 35 | 35 |
<% other_formats_links do |f| %> |