12 lines
179 B
Plaintext
12 lines
179 B
Plaintext
|
%div.wall-page
|
||
|
%ul.well-list.notes
|
||
|
.notes-busy.js-notes-busy
|
||
|
|
||
|
.js-main-target-form
|
||
|
= render "notes/form"
|
||
|
|
||
|
:javascript
|
||
|
$(function(){
|
||
|
Wall.init(#{@project.id});
|
||
|
});
|