Skip to content

Instantly share code, notes, and snippets.

@SpringMT
Created August 24, 2015 16:55
Show Gist options
  • Save SpringMT/2347f2e369fd3dd6aa88 to your computer and use it in GitHub Desktop.
Save SpringMT/2347f2e369fd3dd6aa88 to your computer and use it in GitHub Desktop.
<% if first_page? %>
<%= paginate @products, rel: "nofollows" %>
<% else %>
<%= paginate @products %>
<% end %>
<% if first_page? %>
<%= hogehoge %>
<% else %>
<%= %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment