From 06256a530211afb6af8a615f975dd7649e088476 Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Thu, 23 Oct 2014 17:19:27 +0800 Subject: [PATCH] =?UTF-8?q?#1202=E4=BF=AE=E5=A4=8D=E9=A1=B9=E7=9B=AE--?= =?UTF-8?q?=E8=AE=A8=E8=AE=BA=E5=8C=BA=EF=BC=9A=E7=82=B9=E5=87=BB=E6=9F=90?= =?UTF-8?q?=E5=B8=96=E5=AD=90=E6=B7=BB=E5=8A=A0=E7=9A=84=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=EF=BC=8C=E5=BC=B9=E5=87=BA=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E9=94=99=E8=AF=AF=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/activities/index.html.erb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb index 8b3d5153f..ef52a164d 100644 --- a/app/views/activities/index.html.erb +++ b/app/views/activities/index.html.erb @@ -62,16 +62,6 @@ <%= content_tag('p', l(:label_no_data), :class => 'nodata') if @events_by_day.empty? %> -
- <%= link_to_content_update("\xc2\xab " + l(:label_previous), - params.merge(:from => @date_to - @days - 1), - :title => l(:label_date_from_to, :start => format_date(@date_to - 2*@days), :end => format_date(@date_to - @days - 1))) %> -
-
- <%= 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 %> -
<% other_formats_links do |f| %> <%= f.link_to 'Atom', :url => params.merge(:from => nil, :key => User.current.rss_key) %> <% end %>