12345678910111213141516171819202122232425 |
- -# coding: utf-8
- .off-canvas-wrap
- .inner-wrap
- .fixed
- %nav.top-bar
- %ul.title-area
- %li.name
- %h1
- %a{href: "#"} rSeed
- %li.toggle-topbar.menu-icon
- %a{href: "#"}
- %span Menu
- %section.main-section{style: "margin-top : 50px;"}
- .row
- .large-12.columns.folding
- %h3{data: {torrent_id: thash}} #{tname}
- #{torrentFileTree}
- %a.exit-off-canvas
- %script{:src => '/js/vendor/jquery.js'}
- %script{:src => '/js/foundation.min.js'}
- %script{:src => '/js/notify-combined.min.js'}
- %script{:src => '/js/folding.js'}
- %script
- $(document).foundation();
|