Guest User

Untitled

a guest
Jul 19th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. - page_options[:pre_flash].each do |each_string|
  2.  
  3. - if current_page.include? each_string
  4. %li
  5. %a{ :href => "page#{page_options[:current_index]}-nf.html", :class => "next" }
  6. Next
  7.  
  8. - if (page_options[:pre_flash]-current_page).size < page_options[:pre_flash].size
  9. %li
  10. %a{ :href => "page#{page_options[:current_index]}.html", :class => "next" }
Add Comment
Please, Sign In to add comment