download.haml 806 B

1234567891011121314151617181920212223242526272829
  1. -# coding: utf-8
  2. .off-canvas-wrap
  3. .inner-wrap
  4. .fixed
  5. %nav.top-bar
  6. %ul.title-area
  7. %li.name
  8. %h1
  9. %a{href: "#"} rSeed
  10. %li.toggle-topbar.menu-icon
  11. %a{href: "#"}
  12. %span Menu
  13. %section.main-section{style: "margin-top : 50px;"}
  14. .row
  15. .large-12.columns
  16. %h3{data: {torrent_id: thash}} #{tname}
  17. %ul.square
  18. - tfiles.each do |f|
  19. %li
  20. %a.dl-file #{f["name"]}
  21. %span.right #{f["size_bytes"].to_i/1024/1024} Mo
  22. %a.exit-off-canvas
  23. %script{:src => '/js/vendor/jquery.js'}
  24. %script{:src => '/js/foundation.min.js'}
  25. %script{:src => '/js/notify-combined.min.js'}
  26. %script{:src => '/js/custom_dl.js'}
  27. %script
  28. $(document).foundation();