remove year from popular search report

This commit is contained in:
r888888888
2016-02-16 16:37:12 -08:00
parent c760366e93
commit 1806494014

View File

@@ -23,8 +23,7 @@
View by
<%= link_to "day", searches_explore_posts_path(:date => params[:date], :scale => "day") %> |
<%= link_to "week", searches_explore_posts_path(:date => params[:date], :scale => "week") %> |
<%= link_to "month", searches_explore_posts_path(:date => params[:date], :scale => "month") %> |
<%= link_to "year", searches_explore_posts_path(:date => params[:date], :scale => "year") %>.
<%= link_to "month", searches_explore_posts_path(:date => params[:date], :scale => "month") %>.
Back one
<%= link_to "day", searches_explore_posts_path(:date => 1.day.ago(@date), :scale => params[:scale]) %> |