download.haml 682 B

12345678910111213141516171819202122232425
  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 Title goes here
  17. %ul.square
  18. - tfiles.each do |f|
  19. %li= "#{f["name"]} <span class=\"right\">#{f["size_bytes"].to_i/1024/1024} Mo</span>"
  20. %a.exit-off-canvas
  21. %script{:src => '/js/vendor/jquery.js'}
  22. %script{:src => '/js/foundation.min.js'}
  23. %script
  24. $(document).foundation();