gitlab-org--gitlab-foss/app/views/walls/show.html.haml

13 lines
229 B
Text
Raw Normal View History

2013-03-19 06:35:42 -04:00
%div.wall-page
%ul.well-list.notes
.notes-busy.js-notes-busy
.js-main-target-form
2013-03-19 07:28:29 -04:00
- if can? current_user, :write_note, @project
= render "notes/form"
2013-03-19 06:35:42 -04:00
:javascript
$(function(){
Wall.init(#{@project.id});
});