forgot to add partial file to git...sorry

This commit is contained in:
maxwell 2010-06-26 23:43:30 -07:00
parent b804bdc220
commit b017f1b0f9
2 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,6 @@
%div.comments
= render "comments/new_comment", :post => post
%ul.comment_set
- for comment in post.comments
= render "comments/comment", :comment => comment

View file

@ -26,8 +26,6 @@
:javascript
$(document).ready(function(){
function debug(str){ $("#debug").append("<p>" + str); };
ws = new WebSocket("ws://#{request.host}:8080/");