lib/servel/templates/index.haml in servel-0.19.0 vs lib/servel/templates/index.haml in servel-0.20.0
- old
+ new
@@ -10,13 +10,13 @@
#{include('css/listing.css')}
#{include('css/gallery.css')}
#{include('css/gallery-text.css')}
:javascript
- #{include('js/url-search-params.js')}
#{include('js/listing.js')}
#{include('js/ume.js')}
#{include('js/gallery.js')}
+ #{include('js/index.js')}
%body
- - if entries.any? { |f| f.media? }
- #gallery!= partial('gallery')
- #listing!= partial('listing', { url_root: url_root, url_path: url_path, entries: entries, sort: sort })
+ #gallery!= partial('gallery')
+ #listing!= partial('listing', { url_root: url_root, url_path: url_path })
+ #loading Loading...
\ No newline at end of file