forgot to add partial file to git...sorry
This commit is contained in:
parent
b804bdc220
commit
b017f1b0f9
2 changed files with 6 additions and 2 deletions
6
app/views/comments/_comments.html.haml
Normal file
6
app/views/comments/_comments.html.haml
Normal 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
|
||||||
|
|
||||||
|
|
@ -26,8 +26,6 @@
|
||||||
:javascript
|
:javascript
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function debug(str){ $("#debug").append("<p>" + str); };
|
function debug(str){ $("#debug").append("<p>" + str); };
|
||||||
|
|
||||||
ws = new WebSocket("ws://#{request.host}:8080/");
|
ws = new WebSocket("ws://#{request.host}:8080/");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue