Advertisement
Guest User

Untitled

a guest
Sep 18th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. %button.sort{"data-sort" => "myorder:asc"}
  2. %button.sort{"data-sort" => "ranking:asc"}
  3.  
  4. .change-order.pull-right
  5. %select.form-control{name: "orderby"}
  6. %option{selected: "selected"} Default sorting
  7. %option{"data-sort" => "myorder:asc"} Sort by popularity
  8. %option{value: "rating"} Sort by average rating
  9. %option{value: "date"} Sort by newness
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement