lib/views/admin/edit.haml in schnitzelpress-0.0.11 vs lib/views/admin/edit.haml in schnitzelpress-0.0.12

- old
+ new

@@ -1,3 +1,3 @@ %section %h1 Edit Post - = partial 'post_form', post: @post + = partial 'post_form', :post => @post