Added missing ajax support for messages index. Fixed #101
This commit is contained in:
parent
957dbc7202
commit
22550029b3
1 changed files with 1 additions and 0 deletions
1
app/views/messages/index.js.haml
Normal file
1
app/views/messages/index.js.haml
Normal file
|
@ -0,0 +1 @@
|
|||
$('#messages').html('#{j(render('messages', messages: @messages, pagination: true))}');
|
Loading…
Reference in a new issue