diff --git a/app/views/explore/posts/searches.html.erb b/app/views/explore/posts/searches.html.erb index a00154e61..ae4060451 100644 --- a/app/views/explore/posts/searches.html.erb +++ b/app/views/explore/posts/searches.html.erb @@ -22,7 +22,7 @@ -
+
  • <%= link_to "< Previous", searches_explore_posts_path(:date => 1.day.ago(@date).to_date), :class => "arrow" %>
  • <%= link_to "Next >", searches_explore_posts_path(:date => 1.day.since(@date).to_date), :class => "arrow" %>
  • diff --git a/app/views/explore/posts/viewed.html.erb b/app/views/explore/posts/viewed.html.erb index 407fe3691..96f6dc04f 100644 --- a/app/views/explore/posts/viewed.html.erb +++ b/app/views/explore/posts/viewed.html.erb @@ -11,7 +11,7 @@ <%= post_previews_html(@posts) %> -
    +
  • <%= link_to "< Previous", viewed_explore_posts_path(:date => 1.day.ago(@date).to_date) %>
  • <%= link_to "Next >", viewed_explore_posts_path(:date => 1.day.since(@date).to_date) %>