gitlabhq/app/views/walls/show.html.haml

12 lines
179 B
Plaintext
Raw Normal View History

2013-03-19 11:35:42 +01:00
%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});
});