diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb index a3654ce..3966bce 100644 --- a/app/views/activities/index.html.erb +++ b/app/views/activities/index.html.erb @@ -29,7 +29,7 @@
<%= link_to_content_update(l(:label_next) + " \xc2\xbb", params.merge(:from => @date_to + @days - 1), - :title => l(:label_date_from_to, :start => format_date(@date_to), :end => format_date(@date_to + @days - 1))) unless @date_to >= Date.today %> + :title => l(:label_date_from_to, :start => format_date(@date_to), :end => format_date(@date_to + @days - 1))) unless @date_to > Date.today %>
  <% other_formats_links do |f| %>