app/views/galleries/show.html.haml in wheels-0.0.17 vs app/views/galleries/show.html.haml in wheels-0.0.18
- old
+ new
@@ -1,4 +1,4 @@
-= render :partial => "show", :locals=>{:images=>images, :gallery=>@gallery}
+= render :partial => "show", :locals=>{:images=>@images, :gallery=>@gallery}
-= will_paginate images
+= will_paginate @images