@@ -28,11 +28,11 | |||
|
28 | 28 | params.merge(:from => @date_to - @days - 1), |
|
29 | 29 | :title => l(:label_date_from_to, :start => format_date(@date_to - 2*@days), :end => format_date(@date_to - @days - 1)), |
|
30 | 30 | :accesskey => accesskey(:previous)) %> |
|
31 | </li><li class="next page"> | |
|
31 | </li><% unless @date_to >= User.current.today %><li class="next page"> | |
|
32 | 32 | <%= link_to_content_update(l(:label_next) + " \xc2\xbb", |
|
33 | 33 | params.merge(:from => @date_to + @days - 1), |
|
34 | 34 | :title => l(:label_date_from_to, :start => format_date(@date_to), :end => format_date(@date_to + @days - 1)), |
|
35 |
:accesskey => accesskey(:next)) |
|
|
35 | :accesskey => accesskey(:next)) %><% end %> | |
|
36 | 36 | </li> |
|
37 | 37 | </ul> |
|
38 | 38 | </span> |
General Comments 0
You need to be logged in to leave comments.
Login now