Guest User

Untitled

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