Commit ddb193d0 authored by Fatih Acet's avatar Fatih Acet

IssueNotesRefactor: Add GfmAutoComplete references to page.

parent 717c3022
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
/ #notes{style: "margin-top: 150px"} / #notes{style: "margin-top: 150px"}
/ = render 'shared/notes/notes_with_form', :autocomplete => true / = render 'shared/notes/notes_with_form', :autocomplete => true
= render "layouts/init_auto_complete"
:javascript :javascript
window.gl.issueData = #{serialize_issuable(@issue)}; window.gl.issueData = #{serialize_issuable(@issue)};
window.gl.currentUserData = #{UserSerializer.new.represent(current_user).to_json}; window.gl.currentUserData = #{UserSerializer.new.represent(current_user).to_json};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment