diff --git a/app/views/comments/index.html.haml b/app/views/comments/index.html.haml index 8bd4a7d6f..839637079 100644 --- a/app/views/comments/index.html.haml +++ b/app/views/comments/index.html.haml @@ -1 +1 @@ -= render :partial => 'comments/comment', :colleccion => @comments, :locals => {:post => @post} += render :partial => 'comments/comment', :collection => @comments, :locals => {:post => @post}