gitlab-org--gitlab-foss/app/views/walls/show.html.haml
2013-03-19 13:28:29 +02:00

12 lines
229 B
Text

%div.wall-page
%ul.well-list.notes
.notes-busy.js-notes-busy
.js-main-target-form
- if can? current_user, :write_note, @project
= render "notes/form"
:javascript
$(function(){
Wall.init(#{@project.id});
});